Skip to content

Commit b315529

Browse files
authored
Merge pull request #638 from Point72/dependabot/pip/ruff-gte-0.9-and-lt-0.15
Update ruff requirement from <0.14,>=0.9 to >=0.9,<0.15
2 parents 416c382 + 407aa66 commit b315529

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ develop = [
6969
"codespell>=2.4,<2.5",
7070
"mdformat>=0.7.19,<0.8",
7171
"mdformat-tables>=1,<1.1",
72-
"ruff>=0.9,<0.14",
72+
"ruff>=0.9,<0.15",
7373
# test
7474
"pytest",
7575
"pytest-asyncio",

0 commit comments

Comments
 (0)