Bump black from 21.12b0 to 22.1.0

Bumps [black](https://github.com/psf/black) from 21.12b0 to 22.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits/22.1.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-11 20:33:49 +00:00
committed by GitHub
parent f94682fdb7
commit cdcd3ef008
2 changed files with 30 additions and 13 deletions

View File

@ -31,7 +31,7 @@ SQLAlchemy = "^1.4.31"
[tool.poetry.dev-dependencies]
pytest = "^7.0.1"
black = {version = "^21.12b0", allow-prereleases = true}
black = {version = "^22.1", allow-prereleases = true}
flake8 = "^4.0.1"
mypy = "^0.931"
types-pytz = "^2021.3.3"