Skip to content

Commit 4bdc55f

Browse files
authored
Merge pull request #4 from python-project-templates/dependabot/pip/ruff-gte-0.3-and-lt-0.9
Update ruff requirement from <0.5,>=0.3 to >=0.3,<0.9
2 parents 79b8663 + c5079e8 commit 4bdc55f

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
@@ -39,7 +39,7 @@ dependencies = [
3939
develop = [
4040
"build",
4141
"bump-my-version",
42-
"ruff>=0.3,<0.5",
42+
"ruff>=0.3,<0.9",
4343
"twine",
4444
"wheel",
4545
# test

0 commit comments

Comments
 (0)