diff --git a/pyproject.toml b/pyproject.toml index 3e32cc3..93a15dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ requires-python = ">=3.11" lint = [ # NOTE: ruff is under active development, so we pin conservatively here # and let Dependabot periodically perform this update. - "ruff < 0.6.5", + "ruff < 0.6.6", "mypy >= 1.0", "types-pyyaml", "types-pyOpenSSL",