diff --git a/pyproject.toml b/pyproject.toml index eb12347..3c8fcb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">= 3.8.2" dependencies = ["salt>=2017"] [project.optional-dependencies] -test = ["pylint==3.2.5", "pytest==8.2.2"] +test = ["pylint==3.2.6", "pytest==8.2.2"] [tool.pdm.dev-dependencies] dev = ["black==24.4.2", "pylint==3.2.6", "pytest==8.2.2", "tox==4.16.0"]