Skip to content

Commit

Permalink
fix(deps): update dependency pylint to v3.3.3 (#138)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 6b41454 commit 48d87c7
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 @@ -12,10 +12,10 @@ readme = "README.md"
dependencies = ["salt"]

[project.optional-dependencies]
test = ["pylint==3.3.2", "pytest==8.3.4"]
test = ["pylint==3.3.3", "pytest==8.3.4"]

[tool.pdm.dev-dependencies]
dev = ["pylint==3.3.2", "pytest==8.3.4", "ruff==0.8.4", "tox==4.23.2"]
dev = ["pylint==3.3.3", "pytest==8.3.4", "ruff==0.8.4", "tox==4.23.2"]

[tool.pdm.resolution.overrides]
pyzmq = "~=25.1" # 25.0.2 does not compile on 24.04 anymore
Expand Down

0 comments on commit 48d87c7

Please sign in to comment.