Skip to content

Commit e5aeef3

Browse files
dependabot[bot]amotl
authored andcommitted
Update black requirement from <23 to <24
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](psf/black@18.3a0...23.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07bfc18 commit e5aeef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dependencies = [
8585
]
8686
[project.optional-dependencies]
8787
develop = [
88-
"black<23",
88+
"black<24",
8989
"mypy==1.1.1",
9090
"poethepoet<0.20",
9191
"pyproject-fmt<0.10",

0 commit comments

Comments
 (0)