Bump black from 22.1.0 to 22.3.0

Bumps [black](https://github.com/psf/black) from 22.1.0 to 22.3.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/compare/22.1.0...22.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-29 09:34:23 +00:00 committed by GitHub
parent 874b82b8f5
commit 99ee1e6b43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 27 deletions

View file

@ -42,7 +42,7 @@ mypy = "^0.942"
pytest = "^7.1.1"
ipdb = "^0.13.9"
pylint = "^2.12.2"
black = "^22.1"
black = "^22.3"
isort = "^5.9.3"
flake8 = "^4.0.1"
bandit = "^1.7.4"