From 7a52a3a037d043a24eb8bf83dd7830bb2f8ec492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 05:43:01 +0000 Subject: [PATCH] Update tox requirement from <4.29,>=4.16.0 to >=4.16.0,<4.31 Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.16.0...4.30.2) --- updated-dependencies: - dependency-name: tox dependency-version: 4.30.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]"]