Skip to content

Commit

Permalink
Update ruff requirement from ~=0.7.0 to >=0.7,<0.9 in the python group (
Browse files Browse the repository at this point in the history
#71)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dm <[email protected]>
  • Loading branch information
dependabot[bot] and DarkaMaul authored Nov 26, 2024
1 parent 4982bd6 commit 2f219be
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 @@ -25,7 +25,7 @@ dependencies = [
[project.optional-dependencies]
doc = []
test = ["pytest", "pytest-cov", "pretend", "coverage[toml]"]
lint = ["ruff ~= 0.7.0"]
lint = ["ruff >= 0.7,< 0.9"]
dev = ["rfc3161-client[test,lint,doc]"]

[project.urls]
Expand Down

0 comments on commit 2f219be

Please sign in to comment.