From a0c60f6079335f51ee8393239cd9ce69407e1673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 09:35:23 +0000 Subject: [PATCH] Bump tox from 2.9.1 to 4.12.1 Bumps [tox](https://github.com/tox-dev/tox) from 2.9.1 to 4.12.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/2.9.1...4.12.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-major ... 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 4b19f51..9a91ca4 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,7 +1,7 @@ -r base.txt # Multi-environment testing -tox ==2.9.1 +tox ==4.12.1 # Wonderful py.test for testing pytest >=3.6.0