Upgrade lots of dependencies.

Cleared the requirements.txt and rebuilt from scratch. The only thing
left un-upgraded is mypy, which I'll deal with separately because it
catches new issues.
This commit is contained in:
Dan Albert
2022-12-29 16:52:49 -08:00
parent 45aabf369b
commit 7eeb84de47
2 changed files with 32 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.12.0
hooks:
- id: black
language_version: python3