diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fca9c0d..d800029 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.5.5' + rev: 'v0.5.7' hooks: - id: ruff args: diff --git a/pyproject.toml b/pyproject.toml index 6ef93ac..d47fab7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ "pytest-pretty>=1.0.0,<2.0.0", ] quality = [ - "ruff==0.5.5", + "ruff==0.5.7", "mypy==1.10.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.5.5", + "ruff==0.5.7", "mypy==1.10.0", "types-Pillow", "pre-commit>=3.0.0,<4.0.0",