diff --git a/setup.py b/setup.py index 5be7ce8..f07994d 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def _parse_requirements(path, encoding="utf-8"): "myst-parser>=0.17.2,<2.1.0", ], "test": [ - "ruff>=0.4.0, <0.5.0", + "ruff>=0.4.0, <0.6.0", "pytest>=7.0.0, <8.0.0", "pytest-cov>=4.0.0, <5.0.0", "pytest-mock",