From c484979071dcc66676fe18ba0a68bd6a8149a397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:52:24 +0000 Subject: [PATCH] Bump coverage from 4.5.3 to 7.5.1 Bumps [coverage](https://github.com/nedbat/coveragepy) from 4.5.3 to 7.5.1. - [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/coverage-4.5.3...7.5.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 6a048d6..e77c350 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,6 @@ -r requirements.txt flake8==7.0.0 -coverage==4.5.3 +coverage==7.5.1 pytest==8.0.0 pytest-cov==4.1.0 bumpr==0.3.8