diff --git a/pyproject.toml b/pyproject.toml index 385e9bc9..29c709b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ qa = [ # in local development these are provided globally, here for GHA ] tooling = [ # in local development these are provided globally "rmi-dispatch[qa]", - "tox>=4.16.0,<4.29", # Python test environment manager + "tox>=4.16.0,<4.31", # Python test environment manager "tox-uv>=1.25,<2", ] tests = ["rmi-dispatch[dev,tooling]"]