Skip to content

Commit 1124036

Browse files
Bump black from 23.3.0 to 24.3.0 (#146)
Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.3.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f49449 commit 1124036

File tree

2 files changed

+37
-40
lines changed

2 files changed

+37
-40
lines changed

Diff for: poetry.lock

+36-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ py2neo = { version = "^2021.2.4", optional = true }
2020

2121
[tool.poetry.group.dev.dependencies]
2222
ruff = "^0.0.267"
23-
black = "^23.3.0"
23+
black = ">=23.3,<25.0"
2424

2525
[build-system]
2626
requires = ["poetry-core"]

0 commit comments

Comments
 (0)