diff --git a/setup.py b/setup.py index c7851f0..1ccfd4b 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ extras_require={ "develop": [ "pyproject-fmt<3", - "ruff<0.16; python_version >= '3.7'", + "ruff<0.17; python_version >= '3.7'", "twine<7", "wheel<1", ],