From 3844bf79973c5f746f86de25c1edf3b941e4eec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:24:30 +0100 Subject: [PATCH] pip prod(deps): bump coverage from 7.6.10 to 7.6.11 (#1068) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.10 to 7.6.11. - [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.10...7.6.11) --- 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 a095d9ee..a664046e 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.10 +coverage==7.6.11 # via -r requirements.txt.in cryptography==43.0.1 # via pyjwt diff --git a/requirements.txt.in b/requirements.txt.in index d8387025..139fcb53 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.10 +coverage==7.6.11