Skip to content

Commit 5613c4c

Browse files
Bump black from 24.10.0 to 25.1.0
Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.10.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a1e176b commit 5613c4c

File tree

2 files changed

+26
-28
lines changed

2 files changed

+26
-28
lines changed

poetry.lock

Lines changed: 25 additions & 27 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
@@ -33,7 +33,7 @@ requests = "^2.32.3"
3333
python-slugify = "^8.0.4"
3434

3535
[tool.poetry.group.dev.dependencies]
36-
black = "^24.3.0"
36+
black = ">=24.3,<26.0"
3737
isort = "^5.13.2"
3838
mypy = "^1.9.0"
3939
pylint = "^3.1.0"

0 commit comments

Comments
 (0)