Skip to content

Commit e660dcf

Browse files
Bump black from 24.10.0 to 25.1.0 (#131)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 09fa87b commit e660dcf

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pyyaml = "^6.0.2"
3333

3434
[tool.poetry.group.dev.dependencies]
3535
pytest = "^8.3.4"
36-
black = "^24.10.0"
36+
black = ">=24.10,<26.0"
3737
pytest-cov = "^6.0.0"
3838
pre-commit = "^4.0.1"
3939
isort = ">=5.13.2,<7.0.0"

0 commit comments

Comments
 (0)