diff --git a/pyproject.toml b/pyproject.toml index 37236ea..afdfd8b 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.0.2", "pytest==7.4.3"] +test = ["pylint==3.0.3", "pytest==7.4.3"] [tool.pdm.dev-dependencies] dev = ["black==23.11.0", "pylint==3.0.2", "pytest==7.4.3", "tox==4.11.4"]