Upgrade to latest Black

This commit is contained in:
Simon Willison 2024-01-30 18:18:52 -08:00
commit ff57a97482
2 changed files with 14 additions and 10 deletions

View file

@ -32,7 +32,7 @@ setup(
"pluggy",
],
extras_require={
"test": ["pytest", "black", "hypothesis", "cogapp"],
"test": ["pytest", "black>=24.1.1", "hypothesis", "cogapp"],
"docs": [
"furo",
"sphinx-autobuild",