From 3e772449bdbb2887608e8afa8d4a066d384f5bc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Mar 2023 14:01:07 +0000 Subject: [PATCH] chore(deps): update dependency tox to v4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa533a8..d4f90d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ mypy = "^0.770" isort = "^5.7.0" pydocstyle = "^5.0.2" pre-commit = "^2.6.0" -tox = "^3.23.1" +tox = "^4.0.0" commitizen = "^2.20.0"