diff --git a/python-flask/pyproject.toml b/python-flask/pyproject.toml index 6502aa7..1fdc955 100644 --- a/python-flask/pyproject.toml +++ b/python-flask/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ ] optional-dependencies.develop = [ "poethepoet<0.43", - "ruff<0.16", + "ruff<0.17", ] [tool.poe.tasks]