diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b73958df..9a1a6eab8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: stages: [manual] - id: check-json - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/asottile/pyupgrade diff --git a/requirements_tests.txt b/requirements_tests.txt index 3d28e3913..3a6dcbbed 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -3,7 +3,7 @@ codecov==2.1.12 coverage==7.1.0 flake8-docstrings==1.7.0 flake8==6.0.0 -pre-commit==3.0.1 +pre-commit==3.0.2 pydocstyle==6.3.0 pylint==2.15.10 pytest-aiohttp==1.0.4