Skip to content

Commit 6733992

Browse files
authored
Merge pull request #586 from Point72/dependabot/pip/ruff-gte-0.9-and-lt-0.13
Update ruff requirement from <0.10,>=0.9 to >=0.9,<0.13
2 parents caca02f + 8ebc3d5 commit 6733992

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
@@ -68,7 +68,7 @@ develop = [
6868
"codespell>=2.4,<2.5",
6969
"mdformat>=0.7.19,<0.8",
7070
"mdformat-tables>=1,<1.1",
71-
"ruff>=0.9,<0.10",
71+
"ruff>=0.9,<0.13",
7272
# test
7373
"pytest",
7474
"pytest-asyncio",

0 commit comments

Comments
 (0)