From 6a37aad60ac7f3d55cc8ffbdb405b7365a0205d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 09:42:54 +0000 Subject: [PATCH] Update tox requirement in the python-requirements group Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. Updates `tox` to 4.34.1 - [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.32.0...4.34.1) --- updated-dependencies: - dependency-name: tox dependency-version: 4.34.1 dependency-type: direct:production dependency-group: python-requirements ... 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 79e092f..9b81532 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -4,4 +4,4 @@ pre-commit == 4.5.* pytest == 9.0.* pytest-cov == 7.0.* requests == 2.32.* -tox == 4.32.* +tox == 4.34.*