Bump black from 22.8.0 to 24.3.0

Bumps [black](https://github.com/psf/black) from 22.8.0 to 24.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.8.0...24.3.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]
2024-04-05 02:36:56 +00:00
committed by GitHub
parent 21df4998a2
commit 2b4e64ed76
2 changed files with 42 additions and 30 deletions

View File

@@ -15,7 +15,7 @@ tomli = { version = "^2.0.1", python = "<3.11" }
pytest = "^7.4.4"
pytest-randomly = "^3.12.0"
pytest-repeat = "^0.9.1"
black = "^22.3.0"
black = ">=22.3,<25.0"
isort = "^5.10.1"
tox = "^4.6.3"