From 25a85785f80d3c2fb59a4ed73e6e1c2588d0961c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 19:54:00 +0000 Subject: [PATCH] :arrow_up:(deps): update tox requirement from >=4.53.0 to >=4.55.0 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.55.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.55.0 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 1ed18622..36b526f4 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.55.0 coverage[toml]>=7.14.0 # HTTP client for GitHub integration