Skip to content

Commit 176f3a0

Browse files
Bump uv from 0.1.39 to 0.9.5
Bumps [uv](https://github.com/astral-sh/uv) from 0.1.39 to 0.9.5. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.1.39...0.9.5) --- updated-dependencies: - dependency-name: uv dependency-version: 0.9.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e70b618 commit 176f3a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dev = [
4040
"mypy == 1.10.*",
4141
"pytest == 8.2.*",
4242
"ruff == 0.4.3",
43-
"uv == 0.1.39",
43+
"uv == 0.9.5",
4444
]
4545
# TODO(ecyoung3): Add requirements for 3rd-part (e.g. FLIR) cameras (maybe use open source, aravis?)
4646

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ tomli==2.0.1
5757
# pytest
5858
typing-extensions==4.12.0
5959
# via mypy
60-
uv==0.1.39
60+
uv==0.9.5

0 commit comments

Comments
 (0)