Skip to content

Commit e16ba23

Browse files
authored
Merge pull request #45 from python-project-templates/dependabot/pip/ruff-gte-0.3-and-lt-0.13
Update ruff requirement from <0.12,>=0.3 to >=0.3,<0.13
2 parents 08a9366 + 6bdcd24 commit e16ba23

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
@@ -42,7 +42,7 @@ develop = [
4242
"build",
4343
"bump-my-version",
4444
"check-manifest",
45-
"ruff>=0.3,<0.12",
45+
"ruff>=0.3,<0.13",
4646
"twine",
4747
"uv",
4848
"wheel",

0 commit comments

Comments
 (0)