From 233eff4fae60db7dd5da4f42decf6209d723a6bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 05:12:45 +0000 Subject: [PATCH] chore(deps): update dependency dev/tox to ~=4.12.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c448f6c..9804314 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "mypy~=1.3", "pylint~=3.0.0", "pytest~=7.4.0", - "tox~=4.11.1", + "tox~=4.12.0", ] [tool.pytest.ini_options]