From 90a5b70283e0aeb3ce897a9a9797af6585a66fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 16:30:05 +0100 Subject: [PATCH] chore: bump tox from 2.9.1 to 4.12.1 (#131) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manuel Holtgrewe --- 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