Update black requirement from ^23.1.0 to >=23.1,<25.0

Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
- [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.1.0...24.4.2)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/464/head
dependabot[bot] 8 months ago committed by GitHub
parent ea8b07bb21
commit abdaf6f01e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -54,7 +54,7 @@ PyYAML = "*"
docstring_parser = "0.16"
[tool.poetry.group.lint.dependencies]
black = "^23.1.0"
black = ">=23.1,<25.0"
ruff = ">=0.0.249,<0.4.3"
types-toml = "^0.10.8.1"
types-pytz = "^2023.3.0.0"

Loading…
Cancel
Save