Skip to content

Commit 75824d0

Browse files
Update black requirement from <24.0,>=23.0 to >=23.0,<26.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.1a1...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 31f03f3 commit 75824d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# `.flake8`!
77

88
bandit[toml] >=1.0, <2.0
9-
black >=23.0, <24.0
9+
black >=23.0, <26.0
1010
flake8 >=7.0, <8.0
1111
flake8-bandit >=4.0, <5.0
1212
flake8-bugbear >=24.0, <25.0

0 commit comments

Comments
 (0)