Skip to content

Commit

Permalink
chore(deps): update dependency pylint to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent de79378 commit 25e4d7a
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.2.7", "pytest==8.3.3"]
test = ["pylint==3.3.0", "pytest==8.3.3"]
docs = [
"mike==2.1.3",
"mkdocs-awesome-pages-plugin==2.9.3",
Expand All @@ -40,7 +40,7 @@ build-backend = "pdm.pep517.api"
[tool.pdm.dev-dependencies]
dev = [
"mypy==1.11.2",
"pylint==3.2.7",
"pylint==3.3.0",
"pyright>=1.1.356",
"pytest==8.3.3",
"ruff==0.6.7",
Expand Down

0 comments on commit 25e4d7a

Please sign in to comment.