diff --git a/pyproject.toml b/pyproject.toml index 87476ae..f3c18da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">= 3.8.2" dependencies = ["salt>=2017"] [project.optional-dependencies] -test = ["pylint==2.17.4", "pytest==7.4.0"] +test = ["pylint==2.17.5", "pytest==7.4.0"] [tool.pdm.dev-dependencies] dev = ["black==23.7.0", "pylint==2.17.4", "pytest==7.4.0", "tox==4.6.4"]