From 9b1e6599ab727177ac9c6fdacda1c88145043747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:12:24 +0000 Subject: [PATCH] Bump coverage from 7.6.7 to 7.6.9 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.7 to 7.6.9. - [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.7...7.6.9) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 45b0284..04ed773 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ build==1.0.3 # via pip-tools click==8.1.7 # via pip-tools -coverage==7.6.7 +coverage==7.6.9 # via -r dev-requirements.in flake8==7.1.1 # via -r dev-requirements.in