Bump black from 22.6.0 to 22.8.0 (#366)

Bumps [black](https://github.com/psf/black) from 22.6.0 to 22.8.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.6.0...22.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-09-19 11:18:28 +03:00 committed by GitHub
parent 61f0c98605
commit 902ce8c059
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 97 additions and 106 deletions

View file

@ -51,7 +51,7 @@ more-itertools = "^8.14.0"
mypy = "^0.971"
pytest = "^7.1.2"
ipdb = "^0.13.9"
black = "^22.6"
black = "^22.8"
isort = "^5.9.3"
flake8 = "^5.0.4"
bandit = "^1.7.4"