From 5182ba03bf784330f9d534384f4a0e328df6a453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 14:40:16 +0100 Subject: [PATCH] pip prod(deps): bump coverage from 7.6.9 to 7.6.10 (#971) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- requirements.txt.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6ffa0242..852f7aca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ copr==2.0 # copr-cli copr-cli==2.0 # via -r requirements.txt.in -coverage==7.6.9 +coverage==7.6.10 # via -r requirements.txt.in cryptography==43.0.1 # via pyjwt diff --git a/requirements.txt.in b/requirements.txt.in index 622da9b1..bc3a450b 100644 --- a/requirements.txt.in +++ b/requirements.txt.in @@ -13,4 +13,4 @@ munch==4.0.0 copr==2.0 requests==2.32.3 fnc -coverage==7.6.9 +coverage==7.6.10