From 99473ac8c9decbfb902d65e2c1f4acf1cc6b4f37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 21:21:37 +0000 Subject: [PATCH] Update coverage requirement from <5.6,>=4.0 to >=4.0,<6.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...6.2) --- 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 f0094c7..8f5bf8d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,6 +8,6 @@ pytest-cov flake8 coveralls codeclimate-test-reporter -coverage>=4.0,<5.6 +coverage>=4.0,<6.3 prometheus_client versioneer