summaryrefslogtreecommitdiff
path: root/requirements_test.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-11 16:01:58 +0200
committerGitHub <noreply@github.com>2022-04-11 16:01:58 +0200
commitb067b967b0054c21affba9f8f31b412eb3516563 (patch)
tree30aef448fef426e498c1029803b07ced3b9d90e3 /requirements_test.txt
parent7233ff6bb2ebad25093a2e3ecfe886323df9dbfb (diff)
downloadpylint-git-b067b967b0054c21affba9f8f31b412eb3516563.tar.gz
Update coverage requirement from ~=6.2 to ~=6.3 (#5751)
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.2...6.3) --- 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> Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@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 c1588ba40..68e464cec 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.2
+coverage~=6.3
pre-commit~=2.17
tbump~=6.6.0
contributors-txt>=0.7.3