Skip to content

Commit 1f74419

Browse files
authored
Align dependency versions across projects (#120)
1 parent 89b6813 commit 1f74419

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatch-vcs>=0.5",
5-
"hatchling>=1.27",
5+
"hatchling>=1.28",
66
]
77

88
[project]
@@ -59,12 +59,12 @@ type = [
5959
{ include-group = "test" },
6060
]
6161
lint = [
62-
"pre-commit-uv>=4.1.1",
62+
"pre-commit-uv>=4.2",
6363
]
6464
pkg-meta = [
6565
"check-wheel-contents>=0.6.3",
6666
"twine>=6.2",
67-
"uv>=0.9.1",
67+
"uv>=0.10.2",
6868
]
6969

7070
[tool.hatch]

tox.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
requires = [ "tox>=4.31", "tox-uv>=1.28.1" ]
1+
requires = [ "tox>=4.34.1", "tox-uv>=1.29" ]
22
env_list = [ "3.14", "3.13", "3.12", "3.11", "3.10", "3.9", "3.8", "fix", "pkg_meta", "type" ]
33
skip_missing_interpreters = true
44

@@ -61,7 +61,7 @@ description = "generate a DEV environment"
6161
package = "editable"
6262
dependency_groups = [ "dev" ]
6363
commands = [
64-
[ "uv", "tree" ],
64+
[ "uv", "pip", "tree" ],
6565
[ "python", "-c", "import sys; print(sys.executable)" ],
6666
[ "python", "task/dev_pth.py", "{env_site_packages_dir}" ],
6767
]

0 commit comments

Comments
 (0)