From a8cbfff4da357343ef43ac138a717d630c94162e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 04:17:43 +0000 Subject: [PATCH] chore(deps): update dependency tox to v4.21.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf15de1..030c762 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,5 +60,5 @@ dev-dependencies = [ "pyright>=1.1.356", "pytest==8.3.3", "ruff==0.6.9", - "tox==4.18.1", + "tox==4.21.2", ]