build(deps-dev): bump black from 21.12b0 to 24.3.0 in /tests

Bumps [black](https://github.com/psf/black) from 21.12b0 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/commits/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-20 16:10:03 +00:00
committed by GitHub
parent e1fb57250c
commit b538c4dcca
2 changed files with 33 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ python = "^3.9"
pytest = "^6.2.4"
[tool.poetry.dev-dependencies]
black = "^21.7b0"
black = "^24.3"
[build-system]
build-backend = "poetry.masonry.api"