Skip to content

Commit 1336409

Browse files
dependabot[bot]nemesifier
authored andcommitted
[deps] Update black requirement from <25.10,>=25.1 to >=25.1,<25.12
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.1.0...25.11.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7d317e commit 1336409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
extras_require={
3636
"qa": [
37-
"black>=25.1,<25.10",
37+
"black>=25.1,<25.12",
3838
"flake8~=7.3.0",
3939
"isort>=6.0.1,<7.1.0",
4040
"coverage>=7.10.0,<7.13.0",

0 commit comments

Comments
 (0)