From e194a1e87400c1ec0415dd050d56a938f28ba814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:13:17 +0200 Subject: [PATCH] pip prod(deps): bump coverage from 7.6.2 to 7.6.3 (#796) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.2 to 7.6.3. - [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.2...7.6.3) --- 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 336cce5..e342c1c 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.2 +coverage==7.6.3 # via -r requirements.txt.in cryptography==43.0.1 # via pyjwt diff --git a/requirements.txt.in b/requirements.txt.in index e3277f8..1d76601 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.2 +coverage==7.6.3