From 3eef6d29c5edd3cff39b0a30e675395938a4d784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:32:13 +0000 Subject: [PATCH] Update tox requirement from <4.59,>=4.16.0 to >=4.16.0,<4.61 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.60.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.60.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fbfc6426..7c443be0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ qa = [ # in local development these are provided globally, here for GHA ] tooling = [ # in local development these are provided globally "rmi-etoolbox[qa]", - "tox>=4.16.0,<4.59", # Python test environment manager + "tox>=4.16.0,<4.61", # Python test environment manager "tox-uv>=1.25,<2", ] tests = [ "rmi-etoolbox[dev,tooling]" ]