Pin Black to get tests to pass, refs #728

See https://github.com/psf/black/issues/4571
This commit is contained in:
Simon Willison 2025-01-31 12:32:08 -08:00
parent 965ad819f9
commit 4c153ce675

View file

@ -58,7 +58,7 @@ setup(
"pytest-asyncio",
"cogapp",
"mypy>=1.10.0",
"black>=24.1.0",
"black==24.10.0",
"ruff",
"types-click",
"types-PyYAML",