]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆ Update black requirement from ^22.10.0 to >=22.10,<24.0 (#664)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 29 Oct 2023 08:55:04 +0000 (08:55 +0000)
committerGitHub <noreply@github.com>
Sun, 29 Oct 2023 08:55:04 +0000 (08:55 +0000)
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/22.10.0...23.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index 20188513c16fbd8028749d8d1703b329547135c0..0538aa184489b118c9728099e7d21db0ccc5a74e 100644 (file)
@@ -39,7 +39,7 @@ sqlalchemy2-stubs = {version = "*", allow-prereleases = true}
 pytest = "^7.0.1"
 mypy = "0.971"
 # Needed by the code generator using templates
-black = "^22.10.0"
+black = ">=22.10,<24.0"
 mkdocs-material = "9.1.21"
 pillow = "^9.3.0"
 cairosvg = "^2.5.2"