Skip to content

Commit 2bbedb2

Browse files
authored
Merge pull request #33 from python-project-templates/dependabot/pip/ruff-gte-0.3-and-lt-0.12
Update ruff requirement from <0.10,>=0.3 to >=0.3,<0.12
2 parents 39fc6d3 + 78c005a commit 2bbedb2

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
@@ -41,7 +41,7 @@ develop = [
4141
"build",
4242
"bump-my-version",
4343
"check-manifest",
44-
"ruff>=0.3,<0.10",
44+
"ruff>=0.3,<0.12",
4545
"twine",
4646
"wheel",
4747
# test

0 commit comments

Comments
 (0)