diff --git a/pyproject.toml b/pyproject.toml index f02a4dc..d86ce32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ build-backend = "hatchling.build" requires = [ "hatch-vcs>=0.5", - "hatchling>=1.27", + "hatchling>=1.28", ] [project] @@ -59,12 +59,12 @@ type = [ { include-group = "test" }, ] lint = [ - "pre-commit-uv>=4.1.1", + "pre-commit-uv>=4.2", ] pkg-meta = [ "check-wheel-contents>=0.6.3", "twine>=6.2", - "uv>=0.9.1", + "uv>=0.10.2", ] [tool.hatch] diff --git a/tox.toml b/tox.toml index d0b1a3d..c43d288 100644 --- a/tox.toml +++ b/tox.toml @@ -1,4 +1,4 @@ -requires = [ "tox>=4.31", "tox-uv>=1.28.1" ] +requires = [ "tox>=4.34.1", "tox-uv>=1.29" ] env_list = [ "3.14", "3.13", "3.12", "3.11", "3.10", "3.9", "3.8", "fix", "pkg_meta", "type" ] skip_missing_interpreters = true @@ -61,7 +61,7 @@ description = "generate a DEV environment" package = "editable" dependency_groups = [ "dev" ] commands = [ - [ "uv", "tree" ], + [ "uv", "pip", "tree" ], [ "python", "-c", "import sys; print(sys.executable)" ], [ "python", "task/dev_pth.py", "{env_site_packages_dir}" ], ]