Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 8b2c176 commit eea2909
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 @@ -22,7 +22,7 @@ dependencies = ["cryptography>=43,<45"]
[project.optional-dependencies]
doc = []
test = ["pytest", "pytest-cov", "pretend", "coverage[toml]"]
lint = ["ruff >= 0.7,< 0.9", "interrogate"]
lint = ["ruff >= 0.7,< 0.10", "interrogate"]
dev = ["rfc3161-client[test,lint,doc]", "maturin>=1.7,<2.0"]

[project.urls]
Expand Down

0 comments on commit eea2909

Please sign in to comment.