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-03-28 14:59:15 +00:00
committed by GitHub
parent caaf2689ff
commit b53ed46014
2 changed files with 42 additions and 30 deletions

View File

@@ -15,7 +15,7 @@ tomli = { version = "^2.0.1", python = "<3.11" }
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.4"
pytest-randomly = "^3.12.0"
black = "^22.6.0"
black = ">=22.6,<25.0"
isort = "^5.10.1"
tox = "^4.12.1"