From 004184368d37351e438201596c9bfa3fdfc6a6eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 06:48:42 +0000 Subject: [PATCH] chore(deps): update coverage requirement from <6.6,>=4.0 to >=4.0,<7.9 Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [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.0...7.8.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.8.0 dependency-type: direct:production ... 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 94f70a4..1f89bf5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,7 @@ pytest-cov>=4.0.0 flake8 coveralls codeclimate-test-reporter -coverage>=4.0,<6.6 +coverage>=4.0,<7.9 prometheus_client versioneer pre-commit