Skip to content

Commit f960017

Browse files
authored
Merge pull request #474 from pmorissette/dependabot/pip/ruff-gte-0.5.0-and-lt-0.12
Update ruff requirement from <0.10,>=0.5.0 to >=0.5.0,<0.12
2 parents 5aa2113 + b4f76c2 commit f960017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def local_file(filename):
4343
"pyprind>=2.11",
4444
"pytest",
4545
"pytest-cov",
46-
"ruff>=0.5.0,<0.10",
46+
"ruff>=0.5.0,<0.12",
4747
"setuptools",
4848
"twine",
4949
"wheel",

0 commit comments

Comments
 (0)