diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c10978a8d..4a9d9f5cc3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/ambv/black - rev: 22.8.0 + rev: 22.10.0 hooks: - id: black args: diff --git a/requirements_test.txt b/requirements_test.txt index 1b79142167..9567181238 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ pylint==2.15.5 flake8==5.0.4 # also change in .pre-commit-config.yaml when updating -black==22.8.0 # also change in .pre-commit-config.yaml when updating +black==22.10.0 # also change in .pre-commit-config.yaml when updating pyupgrade==3.2.0 # also change in .pre-commit-config.yaml when updating pre-commit