diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7943d5dc..8462cc2c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.3.0 hooks: - id: black diff --git a/requirements-dev.txt b/requirements-dev.txt index b6eb66de..15505a7e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ pytest>=2.7.0 tox>=1.9.2 behave>=1.2.4 -black>=23.9.1 +black>=23.3.0 pexpect==3.3; platform_system != "Windows" pre-commit>=1.16.0 coverage>=5.0.4