diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bb194434a..ffaf8c0de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: # https://docs.astral.sh/ruff/integrations/#pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.7 + rev: v0.15.9 hooks: # Run the linter with fixes - id: ruff diff --git a/pyproject.toml b/pyproject.toml index c490298f5..e6c6004c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dev = [ "pytest-socket==0.7.0", "pytest-sugar==1.1.1", "pytest-xdist==3.8.0", - "ruff==0.15.7", + "ruff==0.15.9", "types-beautifulsoup4==4.12.0.20250516", "types-fpdf2==2.8.4.20260322", "types-python-dateutil==2.9.0.20260323",