From e05fc83b2819c8935084d89263662cff9a1ede5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 20:44:31 +0000 Subject: [PATCH] chore(deps): update dependency dev/pytest to v7.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61403e3..9c00df8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = ["salt>=2017"] test = ["pylint==2.17.5", "pytest==7.4.0"] [tool.pdm.dev-dependencies] -dev = ["black==23.7.0", "pylint==2.17.5", "pytest==7.4.0", "tox==4.11.1"] +dev = ["black==23.7.0", "pylint==2.17.5", "pytest==7.4.1", "tox==4.11.1"] [tool.pylint.basic] good-names = "a,b,fd,k,v"