Bump black from 22.12.0 to 24.3.0

Bumps [black](https://github.com/psf/black) from 22.12.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.12.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 16:09:32 +00:00
committed by GitHub
parent 3d3bc71d15
commit 0a5987631f
2 changed files with 42 additions and 19 deletions

View File

@@ -18,7 +18,7 @@ voicemeeter-api = "^2.5.3"
vban-cmd = "^2.4.11"
[tool.poetry.group.dev.dependencies]
black = { version = "^22.6.0", allow-prereleases = true }
black = { version = ">=22.6,<25.0", allow-prereleases = true }
isort = "^5.12.0"