Update black requirement from ^22.0.0 to ^23.7.0 (#110)

Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
- [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...23.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-07-31 11:33:23 -07:00
committed by GitHub
parent 6c8fc70413
commit e2209b2ebd

View File

@ -19,7 +19,7 @@ python-dateutil = "^2.8.0"
[tool.poetry.dev-dependencies]
autoclasstoc = "^1.6.0"
black = "^22.0.0"
black = "^23.7.0"
isort = "^5.12.0"
jsonpatch = "^1.32"
mypy = "^1.2.0"