From fb339f844af0526b586f96afb6fc117a869ae3f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 16:09:17 +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..f585bd6 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.14.2" tox-gh-actions = "^2.9.1" [build-system]