diff --git a/pyproject.toml b/pyproject.toml index 1dbcdf2..217d1c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,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.6.2", + "ruff ~= 0.7.0", "mypy >= 1.0", "types-html5lib", "types-requests",