diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1635a7dcf12..6c57b9de849 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: pyupgrade args: [--py39-plus] - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 22.10.0 hooks: - id: black args: diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 1bb2e0a70e4..51789f48ca5 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,7 +1,7 @@ # Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit bandit==1.7.4 -black==22.8.0 +black==22.10.0 codespell==2.1.0 flake8-comprehensions==3.10.0 flake8-docstrings==1.6.0