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