Skip to content

Commit 23b07c9

Browse files
[deps] Update black requirement from <25.13,>=25.1 to >=25.1,<26.2
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...26.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb843d9 commit 23b07c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
extras_require={
3737
"qa": [
38-
"black>=25.1,<25.13",
38+
"black>=25.1,<26.2",
3939
"flake8~=7.3.0",
4040
"isort>=6.0.1,<7.1.0",
4141
"coverage>=7.10.0,<7.14.0",

0 commit comments

Comments
 (0)