Update uv requirement from <0.9.0,>=0.8.2 to >=0.8.2,<0.10.0 in /python (#1430)

Updates the requirements on [uv](https://github.com/astral-sh/uv) to permit the latest version.
- [Release notes](https://github.com/astral-sh/uv/releases)
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/uv/compare/0.8.2...0.9.2)

---
updated-dependencies:
- dependency-name: uv
  dependency-version: 0.9.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-13 11:26:26 -07:00
committed by GitHub
Unverified
parent 64b57639b8
commit 166aa8fd54
+1 -1
View File
@@ -33,7 +33,7 @@ dependencies = [
[dependency-groups]
dev = [
"uv>=0.8.2,<0.9.0",
"uv>=0.8.2,<0.10.0",
"flit>=3.12.0",
"pre-commit >= 3.7",
"ruff>=0.11.8",