diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 818a71f..e15dfcf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black name: black diff --git a/setup.py b/setup.py index 2aea702..c1f4ba4 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "hypothesis>=6.2.0,<7.0", # Strategy-based fuzzer ], "lint": [ - "black>=23.11.0,<24", # Auto-formatter and linter + "black>=23.12.0,<24", # Auto-formatter and linter "mypy>=1.7.1,<2", # Static type analyzer "types-setuptools", # Needed for mypy type shed "flake8>=6.1.0,<7", # Style linter