From 6e851ff5ed9607dcd09d5e707307f1f2210a6823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 12:35:08 +0000 Subject: [PATCH] chore(deps): bump tox from 2.9.1 to 4.11.3 Bumps [tox](https://github.com/tox-dev/tox) from 2.9.1 to 4.11.3. - [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.11.3) --- 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 ac80b37..b29851c 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.11.3 # Wonderful py.test for testing pytest >=3.6.0