diff --git a/pyproject.toml b/pyproject.toml index 0d63d0c..8397c6d 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.7", "pytest==7.4.2"] +test = ["pylint==3.0.0", "pytest==7.4.2"] [tool.pdm.dev-dependencies] dev = ["black==23.9.1", "pylint==3.0.0", "pytest==7.4.2", "tox==4.11.3"]