From 0d0f8b3999906f1711474f2b4521cd00af7c7de7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 21:58:26 +0000 Subject: [PATCH] chore(deps): update coverage requirement from <6.6,>=4.0 to >=4.0,<7.3 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.2.0) --- updated-dependencies: - dependency-name: coverage 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..03585b3 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.3 prometheus_client versioneer pre-commit