From 9abaf19e4d2eeb1be4fcf071f4c5bd0483da29cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:19:25 +0000 Subject: [PATCH] build(deps): bump coverage from 7.10.6 to 7.10.7 in /book/src Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.10.6 to 7.10.7. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.10.6...7.10.7) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.10.7 dependency-type: direct:production update-type: version-update:semver-patch ... 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..99cf1a4a 100644 --- a/book/src/requirements.txt +++ b/book/src/requirements.txt @@ -1,5 +1,5 @@ black==24.10.0 -coverage==7.10.6 +coverage==7.10.7 flake8==7.1.2 hypothesis==6.139.2 isort==5.13.2