From 9e524a36b0b8fe40a137ceebc6eb98bcb3f4eec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 06:33:05 +0000 Subject: [PATCH] :arrow_up:(deps): Update tox requirement from >=4.53.0 to >=4.53.1 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.53.1) --- updated-dependencies: - dependency-name: tox dependency-version: 4.53.1 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 9c7a01df..16ef85ed 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.53.1 coverage[toml]>=7.14.0 # HTTP client for GitHub integration