reconcile black versions in pyproject.toml and requires-optional.txt #5200
Labels
bug
something broken
javascript
Pull requests that update Javascript code
P1
needed for current cycle
pyproject.toml
specifiespython>=3.8
.pyproject.toml
also specifiesblack==25.1.0
, which requires at least Python 3.9.requires-optional.txt
specifiesblack==22.3.0
, which is compatible with Python 3.8.black
…py311
andpy312
(which 25.1.0 does but 22.3.0 doesn't).The text was updated successfully, but these errors were encountered: