diff --git a/pyproject.toml b/pyproject.toml index 4d3833d..a026339 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dynamic = ["version"] [project.optional-dependencies] dev = [ "pytest>=8.0", - "ruff>=0.4", + "ruff>=0.16.1", ] webhook = [ "fastapi>=0.110",