Skip to content

Commit 7afcc92

Browse files
authored
Align dependency versions across projects (#279)
1 parent 9efab31 commit 7afcc92

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
@@ -69,7 +69,7 @@ lint = [
6969
pkg-meta = [
7070
"check-wheel-contents>=0.6.3",
7171
"twine>=6.2",
72-
"uv>=0.9.16",
72+
"uv>=0.10.2",
7373
]
7474

7575
[tool.hatch]

tox.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
requires = [ "tox>=4.32", "tox-uv>=1.29" ]
1+
requires = [ "tox>=4.34.1", "tox-uv>=1.29" ]
22
env_list = [ "3.14", "3.13", "3.12", "3.11", "3.14t", "fix", "pkg_meta", "type" ]
33
skip_missing_interpreters = true
44

0 commit comments

Comments
 (0)