From fe134fbf5c586bf6ae2fdf93b0e410d87c9d30bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 04:53:12 +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..41883e4 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.0" tox-gh-actions = "^2.9.1" [build-system]