From 27644833ae3d9a75d7ee4c9c16008fcfda29a18c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 13:57:01 +0000 Subject: [PATCH] Bump coverage from 6.5.0 to 7.6.0 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.6.0. - [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/6.5.0...7.6.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index cf33bf7..f89185d 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ requests-mock==1.10.0 -coverage==6.5.0 +coverage==7.6.0 coveralls==4.0.1 flake8==6.0.0 pep257==0.7.0