Skip to content

Commit c77d0fb

Browse files
[deps] Update black requirement from ~=23.12.1 to >=23.12.1,<25.2.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@23.12.1...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0bde3c commit c77d0fb

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~=24.10.0",
37+
"black>=24.10,<25.2",
3838
"flake8~=7.2.0",
3939
"isort~=6.0.1",
4040
"coverage>=7.6.1,<7.9.0",

0 commit comments

Comments
 (0)