From 95b8c63ad7bec529a0d5c87ff016f90045829bba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 13:35:03 +0000 Subject: Update coverage requirement from ~=5.5 to ~=6.0 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-5.5...6.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... 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 286af5189..4d1c4c2d3 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,7 +1,7 @@ -r requirements_test_pre_commit.txt -r requirements_test_min.txt coveralls~=3.2 -coverage~=5.5 +coverage~=6.0 pre-commit~=2.15;python_full_version>="3.6.2" tbump~=6.4.0 pyenchant~=3.2 -- cgit v1.2.1