From bbf0d1386c8e7d5cf90cdf953a56d95e86e8ab15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:54:38 +0000 Subject: [PATCH] build(deps): update tox requirement from >=3.9.0 to >=4.56.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/3.9.0...4.56.1) --- updated-dependencies: - dependency-name: tox dependency-version: 4.56.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index e98555c1..2cbc90ff 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,6 @@ pytest >= 7.2.1 pytest-cov >= 2.8.1 -tox >= 3.9.0 +tox >= 4.56.1 flake8 >= 4.0.0 types-python-dateutil >= 2.8.19.14 mypy >= 1.5