diff --git a/setup.py b/setup.py index f3f2111..24d004d 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def local_file(filename): "pyprind>=2.11", "pytest", "pytest-cov", - "ruff>=0.3,<0.5", + "ruff>=0.5.0,<0.6", "setuptools", "twine", "wheel",