diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d50ade..d3607de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: detect-private-key - id: requirements-txt-fixer - repo: https://github.com/psf/black - rev: 21.7b0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-isort diff --git a/requirements-dev.txt b/requirements-dev.txt index 7585a7f..ae2b7f2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -black>=21.7b0 +black>=23.3.0 build codecov>=2.1.12 flake8>=3.9.2