build(deps-dev): bump black from 23.12.1 to 24.4.2

Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.4.2.
- [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.12.1...24.4.2)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-04-26 17:16:32 +00:00
committed by GitHub
parent f4816fea67
commit b29661d18c
2 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ pandas = "^1.4.0"
datasets = "^1.14.0"
[tool.poetry.group.dev.dependencies]
black = "^23.10.1"
black = ">=23.10.1,<25.0.0"
mypy = "^1.6.1"
httpx = ">=0.25.1,<0.28.0"
pytest = "^7.4.3"