diff --git a/pyproject.toml b/pyproject.toml index 5505e91..4d3d75f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pillar_dirs = "salt_tower.loader:pillar_dirs" render_dirs = "salt_tower.loader:renderers_dirs" [project.optional-dependencies] -test = ["pylint==3.3.0", "pytest==8.3.3"] +test = ["pylint==3.3.1", "pytest==8.3.3"] docs = [ "mike==2.1.3", "mkdocs-awesome-pages-plugin==2.9.3", @@ -56,7 +56,7 @@ extend-select = ["I"] [tool.uv] dev-dependencies = [ "mypy==1.11.2", - "pylint==3.3.0", + "pylint==3.3.1", "pyright>=1.1.356", "pytest==8.3.3", "ruff==0.6.5",