From 9b9009fa63bcf51c71d69cca2f303582e64f03b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:36:31 +0100 Subject: [PATCH] chore: Bump tox from 4.12.1 to 4.15.0 (#154) 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 9a91ca4..563c7cf 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,7 +1,7 @@ -r base.txt # Multi-environment testing -tox ==4.12.1 +tox ==4.15.0 # Wonderful py.test for testing pytest >=3.6.0