diff --git a/pyproject.toml b/pyproject.toml index 2e881f4..072aa6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ lint = [ pkg-meta = [ "check-wheel-contents>=0.6.3", "twine>=6.2", - "uv>=0.9.16", + "uv>=0.10.2", ] [tool.hatch] diff --git a/tox.toml b/tox.toml index 05c1f70..205fdf2 100644 --- a/tox.toml +++ b/tox.toml @@ -1,4 +1,4 @@ -requires = [ "tox>=4.32", "tox-uv>=1.29" ] +requires = [ "tox>=4.34.1", "tox-uv>=1.29" ] env_list = [ "3.14", "3.13", "3.12", "3.11", "3.14t", "fix", "pkg_meta", "type" ] skip_missing_interpreters = true