diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 77b16568eb4..5d43bcf1b02 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: args: - --fix - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.10.0 + rev: 23.11.0 hooks: - id: black args: diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 8891e6e210d..03c46de6b37 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,6 +1,6 @@ # Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit -black==23.10.0 +black==23.11.0 codespell==2.2.2 ruff==0.1.1 yamllint==1.32.0