From 6ee9c6c6db62eeff85b9fee19a3a758f76068a7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 23:07:15 +0000 Subject: [PATCH] chore(dependencies): update dependency tox to v4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f4c105..9f099f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ python = "^3.6" black = "^20.8b1" coverage = "^5.3.1" isort = "^5.8.0" -tox = "^3.25.1" +tox = "^4.11.1" tox-gh-actions = "^2.9.1" [build-system]