diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d2fb349..ba51e5c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: codespell exclude: ^locale/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.12 + rev: v0.13.0 hooks: - id: ruff-check args: [--fix] diff --git a/requirements-dev.txt b/requirements-dev.txt index beae9be..c6ddd06 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,7 +27,7 @@ py==1.11.0 Pygments==2.19.2 pyparsing==3.2.4 pytest==8.4.2 -pytest-cov==6.3.0 +pytest-cov==7.0.0 pytest-mock==3.15.0 six==1.17.0 toml==0.10.2