Skip to content

Commit 60d70c6

Browse files
authored
Merge pull request #23 from python-project-templates/dependabot/pip/ruff-gte-0.9-and-lt-0.16
Update ruff requirement from <0.15,>=0.9 to >=0.9,<0.16
2 parents c0f3f50 + 46233e6 commit 60d70c6

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
@@ -48,7 +48,7 @@ develop = [
4848
"mdformat-tables>=1",
4949
"pytest",
5050
"pytest-cov",
51-
"ruff>=0.9,<0.15",
51+
"ruff>=0.9,<0.16",
5252
"twine",
5353
"ty",
5454
"uv",

0 commit comments

Comments
 (0)