From be3824d69a4b778a8eaaf7ab01edbd9e184d364b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 06:29: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..5309bd6 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.12.1" tox-gh-actions = "^2.9.1" [build-system]