diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 667862c55..775e0008d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: types: [file] types_or: [python, pyi] - repo: https://github.com/psf/black - rev: 23.1.0 # must match requirements-tests.txt + rev: 23.3.0 # must match requirements-tests.txt hooks: - id: black language_version: python3.10 diff --git a/requirements-tests.txt b/requirements-tests.txt index 291196380..67cfda760 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,5 +1,5 @@ aiohttp==3.8.4 -black==23.1.0 # must match .pre-commit-config.yaml +black==23.3.0 # must match .pre-commit-config.yaml flake8==6.0.0; python_version >= "3.8" # must match .pre-commit-config.yaml flake8-bugbear==23.3.12; python_version >= "3.8" # must match .pre-commit-config.yaml flake8-noqa==1.3.1; python_version >= "3.8" # must match .pre-commit-config.yaml