Skip to content

Commit b2fdebc

Browse files
dependabot[bot]nemesifier
authored andcommitted
[deps] Update black requirement from <26.2,>=25.1 to >=25.1,<26.4
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.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f83b7f6 commit b2fdebc

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
@@ -47,7 +47,7 @@
4747
],
4848
extras_require={
4949
"qa": [
50-
"black>=25.1,<26.2",
50+
"black>=25.1,<26.4",
5151
"flake8~=7.3.0",
5252
"isort>=6.0.1,<8.1.0",
5353
"coverage>=7.10.0,<7.14.0",

0 commit comments

Comments
 (0)