diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7d495ce98..9d4032ea3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: ruff args: ["--fix", "--exit-non-zero-on-fix"] - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black - repo: https://github.com/codespell-project/codespell diff --git a/requirements.txt b/requirements.txt index 683fb9c70..b20893bba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Dev tools: -black==23.11.0 +black==23.12.0 pre-commit==3.5.0 pytest==7.4.3 pytest-mypy-plugins==3.0.0