Skip to content

Commit e5dc8b1

Browse files
Bump black from 23.11.0 to 24.3.0
Bumps [black](https://github.com/psf/black) from 23.11.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.11.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe20f47 commit e5dc8b1

File tree

2 files changed

+26
-22
lines changed

2 files changed

+26
-22
lines changed

poetry.lock

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ termcolor = "^2.3.0"
3030
[tool.poetry.group.dev.dependencies]
3131
isort = "^5.12.0"
3232
pylint = "^2.17.5"
33-
black = "^23.7.0"
33+
black = ">=23.7,<25.0"
3434
pylama = "^8.4.1"
3535
mypy = "^1.5.1"
3636
types-tqdm = "^4.66.0.2"

0 commit comments

Comments
 (0)