Skip to content

Commit 0988957

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 e44cd4c commit 0988957

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

2222
[tool.ruff]

0 commit comments

Comments
 (0)