plotly.py
plotly.py copied to clipboard
reconcile black versions in pyproject.toml and requires-optional.txt
-
pyproject.tomlspecifiespython>=3.8. -
pyproject.tomlalso specifiesblack==25.1.0, which requires at least Python 3.9. -
requires-optional.txtspecifiesblack==22.3.0, which is compatible with Python 3.8. - We should pick a consistent version of
black… - …that supports
py311andpy312(which 25.1.0 does but 22.3.0 doesn't).