Skip to content

Commit 2058d9e

Browse files
chore(deps): update black requirement from ==24.* to ==25.*
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.1a1...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a658096 commit 2058d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pytest == 7.4.*
44
pytest-cov == 6.0.*
55
pytest-timeout == 2.3.*
66
pytest-xdist == 3.6.*
7-
black == 24.*
7+
black == 25.*
88
ruff == 0.9.*
99
mypy == 1.11.*
1010
psutil == 7.0.*

0 commit comments

Comments
 (0)