From f5d612d4667dba6c6e0488f55e01bae0be582b50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 19:57:19 +0000 Subject: [PATCH] chore(deps): update dependency dev/tox to ~=4.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e39549b..b9fb08c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "mypy~=1.3", "pylint~=2.17.4", "pytest~=7.4.0", - "tox~=4.9.0", + "tox~=4.10.0", ] [tool.pytest.ini_options]