diff --git a/pyproject.toml b/pyproject.toml index e26bf9dea..5be9d48b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ dev = { features = ["dev"] } dev = [ "antlr4-python3-runtime>=4.13.2,<5", "editorconfig-checker>=3.6.1,<4", - "ruff>=0.8.0,<1", + "ruff>=0.15.15,<1", "protobuf==6.33.1", "pytest>=9.0.3,<10", "pyyaml>=6.0.3,<7",