Skip to content

Commit 925bc11

Browse files
Update black requirement from ==24.4.* to >=24.4,<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@24.4.0...25.9.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa713e1 commit 925bc11

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
@@ -30,7 +30,7 @@
3030
"pytest==8.2.*",
3131
"pytest-cov==5.0.*",
3232
"pytest-mock==3.14.*",
33-
"black==24.4.*",
33+
"black>=24.4,<25.10",
3434
"flake8==7.1.*",
3535
"freezegun==1.5.*",
3636
]

0 commit comments

Comments
 (0)