Skip to content

Commit 5f7b2c2

Browse files
chore(deps-dev): update black requirement from ^24.8 to ^25.1
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.8.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bfe150a commit 5f7b2c2

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

poetry.lock

Lines changed: 26 additions & 26 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
@@ -16,7 +16,7 @@ rich = "^13"
1616
[tool.poetry.group.dev.dependencies]
1717
pytest = "^8"
1818
ruff = "^0.6"
19-
black = "^24.8"
19+
black = ">=24.8,<26.0"
2020
mypy = "^1.11"
2121

2222
[tool.ruff]

0 commit comments

Comments
 (0)