From c5ef7fd42d190350731394e7c96a2d5d485cf546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 11:03:58 +0000 Subject: [PATCH] build(deps): bump black from 24.10.0 to 25.9.0 in /book/src Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.9.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.10.0...25.9.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- book/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/requirements.txt b/book/src/requirements.txt index 0ef75b2f..34512448 100644 --- a/book/src/requirements.txt +++ b/book/src/requirements.txt @@ -1,4 +1,4 @@ -black==24.10.0 +black==25.9.0 coverage==7.10.6 flake8==7.1.2 hypothesis==6.139.2