diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b5d8afa8e..9a7bb1c9b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v5.0.0 hooks: - id: check-case-conflict - id: check-json diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 2e2c880fb..71ad3f0b2 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -6,7 +6,7 @@ docutils<0.18 future importlib-metadata>=4 mup -pre-commit>=2.20.0 +pre-commit>=3.2.0 pytest>=7.2.0 pytest-forked pytest-randomly