Skip to content

Commit 615e465

Browse files
build(deps-dev): bump black from 23.10.1 to 24.3.0 (#46)
Bumps [black](https://github.com/psf/black) from 23.10.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.10.1...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b7f78c6 commit 615e465

File tree

2 files changed

+26
-22
lines changed

2 files changed

+26
-22
lines changed

poetry.lock

Lines changed: 25 additions & 21 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
@@ -29,7 +29,7 @@ numexpr = "^2.8.7"
2929
pydantic = "^1.10.13"
3030

3131
[tool.poetry.group.dev.dependencies]
32-
black = "^23.10.1"
32+
black = ">=23.10.1,<25.0.0"
3333
mypy = "^1.6.1"
3434
httpx = "^0.25.1"
3535
pytest = "^7.4.3"

0 commit comments

Comments
 (0)