diff --git a/pyproject.toml b/pyproject.toml index 05bef04..a66c53e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ test = ["pytest", "pytest-cov", "pretend", "coverage[toml]"] lint = [ # NOTE: ruff is under active development, so we pin conservatively here # and let Dependabot periodically perform this update. - "ruff ~= 0.7.1", + "ruff ~= 0.8.3", "mypy >= 1.0", "types-html5lib", "types-requests",