Skip to content

Commit e65fed0

Browse files
dependabot[bot]rjrudin
authored andcommitted
Bump black from 23.3.0 to 24.3.0
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]>
1 parent 285d01f commit e65fed0

File tree

2 files changed

+28
-31
lines changed

2 files changed

+28
-31
lines changed

poetry.lock

Lines changed: 27 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pytest = "^7.4.0"
1717

1818
[tool.poetry.group.dev.dependencies]
1919
flake8 = "^6.0.0"
20-
black = "^23.3.0"
20+
black = ">=23.3,<25.0"
2121
ipykernel = "^6.29.3"
2222

2323
[build-system]

0 commit comments

Comments
 (0)