From 7ea1bfcbd33bcd08c872e30aa4ba48393152d93d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 11:05:55 +0000 Subject: [PATCH] build(deps): bump coverage from 7.6.9 to 7.6.10 in /book/src Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.9 to 7.6.10. - [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.6.9...7.6.10) --- updated-dependencies: - dependency-name: coverage 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 c94ae906..c0169bd1 100644 --- a/book/src/requirements.txt +++ b/book/src/requirements.txt @@ -1,5 +1,5 @@ black==24.10.0 -coverage==7.6.9 +coverage==7.6.10 flake8==7.1.1 hypothesis==6.123.1 isort==5.13.2