From a69872d9a764dbf301009fba685ec0221360fc1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 18:58:08 +0000 Subject: [PATCH] :arrow_up:(deps): update tox requirement from >=4.53.0 to >=4.61.4 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.53.0...4.61.4) --- updated-dependencies: - dependency-name: tox dependency-version: 4.61.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 3a60645d..170ca4ac 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -37,7 +37,7 @@ testcontainers>=4.14.2 pyfakefs>=6.2.0 # Additional utilities -tox>=4.53.0 +tox>=4.61.4 coverage[toml]>=7.16.0 # HTTP client for GitHub integration