Skip to content

Commit eea2909

Browse files
Update ruff requirement from <0.9,>=0.7 to >=0.7,<0.10 in the python group (#101)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b2c176 commit eea2909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = ["cryptography>=43,<45"]
2222
[project.optional-dependencies]
2323
doc = []
2424
test = ["pytest", "pytest-cov", "pretend", "coverage[toml]"]
25-
lint = ["ruff >= 0.7,< 0.9", "interrogate"]
25+
lint = ["ruff >= 0.7,< 0.10", "interrogate"]
2626
dev = ["rfc3161-client[test,lint,doc]", "maturin>=1.7,<2.0"]
2727

2828
[project.urls]

0 commit comments

Comments
 (0)