Bump black packages to fix build failure #536
Bump black packages to fix build failure #536michaeloliverx wants to merge 3 commits intoencode:masterfrom
Conversation
|
Yup seems like we also need to upgrade mkdocs - encode/httpx#2147 |
|
Bumped Anybody know a solution? |
|
We could try to upgrade everything we have issues with until things settle down...
|
|
For context there seems to have a wider context around this importlib-metadata thing with flake8. See eg: edgi-govdata-archiving/web-monitoring-diff#94 (comment) We might have to pin some things down for <3.8 to fit with flake8's current pin, which doesn't seem to change soon. P.S. : CI fails with twine==4.0.0 because it looks like it dropped support on 3.6. Ha! |
|
There's non-conflicting installs with higher versions of Python here. I think it's only across the range of different versions we're running that there's no good set of pin-to-this-exact-package-regardless-of-the-python-version. Probably a cheap fix here is to just completely unpin |
|
Closing in favour of #535 |
See comment at #535 (comment)