diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f8a225..5d4d576 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.17 + rev: v0.16.1 hooks: - id: ruff args: [--fix] diff --git a/requirements-dev.txt b/requirements-dev.txt index 253de01..05ececb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ pytest==9.1.1 pytest-cov==7.1.0 responses==0.26.2 -ruff==0.15.20 +ruff==0.16.1 mypy==2.3.0 types-requests==2.33.0.20260712 types-PyYAML==6.0.12.20260518