diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5f56666..4cbb58e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.8.2' + rev: 'v0.8.4' hooks: - id: ruff args: diff --git a/pyproject.toml b/pyproject.toml index dd13f79..9f01648 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ "pytest-pretty>=1.0.0,<2.0.0", ] quality = [ - "ruff==0.8.2", + "ruff==0.8.4", "mypy==1.13.0", "types-Pillow", "pre-commit>=3.0.0,<4.0.0", @@ -77,7 +77,7 @@ dev = [ "pytest-cov>=4.0.0,<5.0.0", "pytest-pretty>=1.0.0,<2.0.0", # style - "ruff==0.8.2", + "ruff==0.8.4", "mypy==1.13.0", "types-Pillow", "pre-commit>=3.0.0,<4.0.0",