diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fb36fe0b2f..a01953287b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: exclude: ^fuzz/generated/ - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black exclude: ^fuzz/generated/ diff --git a/dev-requirements.txt b/dev-requirements.txt index 202bd23fb7..26c7145ce9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -black==24.2.0 +black==24.3.0 isort; python_version < "3.8" isort==5.13.2; python_version >= "3.8" pre-commit; python_version <= "3.8"