Bump black from 23.1.0 to 23.3.0 (#918)

Bumps [black](https://github.com/psf/black) from 23.1.0 to 23.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/23.1.0...23.3.0)

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

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-05-26 13:44:46 +01:00 committed by GitHub
parent ee80bf20e9
commit 59aeceb17e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"black==23.1.0",
"black==23.3.0",
"coverage>=4.5.4",
"build>=0.10.0",
"fixit==0.1.1",