From 12c412c9748a5cfc8d8935ec350364a2005322a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 19:59:25 +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..5655b06 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.6.4" tox-gh-actions = "^2.9.1" [build-system]