From 6d938cd20ff1e66fc8fd0a2b77189d994570527b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 11:11:43 +0000 Subject: [PATCH] build(deps): bump black from 24.10.0 to 25.1.0 in /book/src Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.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.1.0) --- updated-dependencies: - dependency-name: black 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 ae2b1eb8..6b946365 100644 --- a/book/src/requirements.txt +++ b/book/src/requirements.txt @@ -1,4 +1,4 @@ -black==24.10.0 +black==25.1.0 coverage==7.6.12 flake8==7.1.2 hypothesis==6.127.6