diff --git a/pyproject.toml b/pyproject.toml index 660ddb1..f87d9b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ lint = [ "black~=23.0", # NOTE: ruff is under active development, so we pin conservatively here # and let Dependabot periodically perform this update. - "ruff < 0.0.268", + "ruff < 0.0.285", "mypy >= 1.0", "interrogate", ]