From c7aedfcfc24ac30541906329450836790f5f5340 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 01:39:17 +0000 Subject: [PATCH] chore(deps): update dependency tox to v4.17.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 668b3ce..d935ed7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = ["salt>=2017"] test = ["pylint==3.2.6", "pytest==8.3.2"] [tool.pdm.dev-dependencies] -dev = ["black==24.8.0", "pylint==3.2.6", "pytest==8.3.2", "tox==4.16.0"] +dev = ["black==24.8.0", "pylint==3.2.6", "pytest==8.3.2", "tox==4.17.1"] [tool.pylint.basic] good-names = "a,b,fd,k,v"