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-02 11:27:20 +00:00 committed by GitHub
parent 5638ce90bd
commit 4ec7f08747
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 13 deletions

View file

@ -42,7 +42,7 @@ mypy = "^0.931"
pytest = "^6.2.4"
ipdb = "^0.13.9"
pylint = "^2.12.2"
black = "^21.12b0"
black = "^22.1"
isort = "^5.9.3"
flake8 = "^4.0.1"
bandit = "^1.7.2"