diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 98eca8eb13..f22e17c46d 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.3.0 + rev: 24.4.0 hooks: - id: black exclude: ^fuzz/generated/ diff --git a/dev-requirements.txt b/dev-requirements.txt index 7ce04221f1..40a7dcf72c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -black==24.3.0 +black==24.4.0 isort; python_version < "3.8" isort==5.13.2; python_version >= "3.8" pre-commit; python_version <= "3.8"