summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-01 13:04:13 +0000
committerGitHub <noreply@github.com>2021-11-01 13:04:13 +0000
commitd823b81edf8eac636566f20ceb655ecbd97d9f87 (patch)
tree612532ff9c47304495e091457b87cc059bddd7e1
parent76b3ef6f013827330e25a07b37093990ad5a08a3 (diff)
downloadpylint-git-d823b81edf8eac636566f20ceb655ecbd97d9f87.tar.gz
Update coverage requirement from ~=5.5 to ~=6.1
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.1.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements_test.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test.txt b/requirements_test.txt
index fce9ec8dd..a145c858e 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.1
pre-commit~=2.15;python_full_version>="3.6.2"
tbump~=6.5.0
pyenchant~=3.2