Skip to content

Commit 66b3652

Browse files
build(deps-dev): update black requirement from ~=25.9.0 to ~=25.12.0
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@25.9.0...25.12.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.12.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6eeaa39 commit 66b3652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ doc = [
8383
#"setuptools~=68.0",
8484
#"pkginfo~=1.9",
8585
#"virtualenv~=20.0",
86-
"black~=25.9.0",
86+
"black~=25.12.0",
8787
]
8888
pylinguist = [
8989
"linguist@git+https://github.com/retanoj/linguist#egg=master",

0 commit comments

Comments
 (0)