Skip to content

Commit 9294f94

Browse files
Bump black from 25.11.0 to 25.12.0 in /{{ cookiecutter.__project_name }}
Bumps [black](https://github.com/psf/black) from 25.11.0 to 25.12.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.11.0...25.12.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.12.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de01723 commit 9294f94

File tree

2 files changed

+31
-30
lines changed

2 files changed

+31
-30
lines changed

{{ cookiecutter.__project_name }}/poetry.lock

Lines changed: 30 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{ cookiecutter.__project_name }}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pytest-cov = "^7.0.0"
1919

2020
[tool.poetry.group.lint.dependencies]
2121
mypy = "^1.19.0"
22-
black = "^25.11.0"
22+
black = "^25.12.0"
2323
isort = "^7.0.0"
2424
pre-commit = "^4.5.0"
2525
ruff = "^0.14.8"

0 commit comments

Comments
 (0)