Skip to content

Commit 60c5c06

Browse files
Bump black from 23.12.1 to 24.3.0 (#13)
Bumps [black](https://github.com/psf/black) from 23.12.1 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.12.1...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 dad3b97 commit 60c5c06

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jmespath = "*"
1818
passlib = "*"
1919

2020
[tool.poetry.dev-dependencies]
21-
black = "^23"
21+
black = "^24"
2222
pylama = "^8"
2323
rich = "^13"
2424
pytest = "^7.4.4"
2525

2626
[tool.poetry.group.dev.dependencies]
27-
black = "^23.12.1"
27+
black = "^24.3.0"
2828

2929
[build-system]
3030
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)