Skip to content

Commit 816c669

Browse files
dependabot[bot]nemesifier
authored andcommitted
[deps] Update black requirement from ~=25.1.0 to >=25.1,<25.10
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.9.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b26c68 commit 816c669

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.0",
37+
"black>=25.1,<25.10",
3838
"flake8~=7.3.0",
3939
"isort~=6.0.1",
4040
"coverage~=7.10.6",

0 commit comments

Comments
 (0)