Skip to content

Commit

Permalink
chore(deps): update dependency pylint to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jgraichen committed Sep 24, 2024
1 parent dfa3871 commit a00d5e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a00d5e8

Please sign in to comment.