From 48091385e5d744051fa3e94683a237238d54635b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 16:50:18 +0000 Subject: [PATCH] chore(deps): update dependency dev/tox to v4.14.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc5ff4c..ed0cadd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "mypy==1.3", "pylint==3.1.0", "pytest==8.0.0", - "tox==4.14.0", + "tox==4.14.1", ] [tool.pytest.ini_options]