Skip to content

Commit fa4b68a

Browse files
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 7b95e01 commit fa4b68a

File tree

2 files changed

+29
-32
lines changed

2 files changed

+29
-32
lines changed

poetry.lock

Lines changed: 28 additions & 31 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
@@ -23,7 +23,7 @@ python = "^3.8.1"
2323
requests = "^2.31.0"
2424

2525
[tool.poetry.group.dev.dependencies]
26-
black = "^23.3.0"
26+
black = ">=23.3,<25.0"
2727
deprecated = "^1.2.14"
2828
flake8 = "^6.0.0"
2929
isort = "^5.12.0"

0 commit comments

Comments
 (0)