Skip to content

Commit

Permalink
chore(deps): update dependency ruff to v0.8.2 (#135)
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 9, 2024
1 parent fcaa09f commit f4c46e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = ["salt"]
test = ["pylint==3.3.2", "pytest==8.3.4"]

[tool.pdm.dev-dependencies]
dev = ["pylint==3.3.2", "pytest==8.3.4", "ruff==0.8.1", "tox==4.23.2"]
dev = ["pylint==3.3.2", "pytest==8.3.4", "ruff==0.8.2", "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 f4c46e0

Please sign in to comment.