summaryrefslogtreecommitdiff
path: root/requirements_test.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-23 15:35:49 +0200
committerGitHub <noreply@github.com>2022-05-23 15:35:49 +0200
commitff510c8d953e67bf57a2f49914257974a6d45712 (patch)
tree626297d8b38c94057c718d61dc6dac69e3b1e866 /requirements_test.txt
parentd7bca10bd4e5d1fde7a37275517e5183eaf999e7 (diff)
downloadpylint-git-ff510c8d953e67bf57a2f49914257974a6d45712.tar.gz
Update coverage requirement from ~=6.3.3 to ~=6.4 (#6674)
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/6.3.3...6.4) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'requirements_test.txt')
-rw-r--r--requirements_test.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test.txt b/requirements_test.txt
index cbcbbc48e..997960d00 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.3
-coverage~=6.3.3
+coverage~=6.4
pre-commit~=2.19
tbump~=6.9.0
contributors-txt>=0.7.3