Skip to content

Commit

Permalink
chore(deps): update dependency pylint to v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 4166eaa commit 0ba6cfa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.1", "pytest==8.3.3"]
test = ["pylint==3.3.2", "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.13.0",
"pylint==3.3.1",
"pylint==3.3.2",
"pyright>=1.1.356",
"pytest==8.3.3",
"ruff==0.8.0",
Expand Down
10 changes: 5 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ba6cfa

Please sign in to comment.