diff --git a/pyproject.toml b/pyproject.toml index 0c7492d..1dff3de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "pytest>=9.1.1", "pytest-benchmark>=5.2.3", "pytest-cov>=7.1.0", - "ruff>=0.15.22", + "ruff>=0.16.0", "mypy>=2.3.0", # types-PyYAML so `mypy src/brig/` is clean locally without CI # having to install it inline.