summaryrefslogtreecommitdiff
path: root/requirements_test.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-03 13:51:56 +0000
committerGitHub <noreply@github.com>2022-10-03 13:51:56 +0000
commitd068f0b66c278a448c09ced1fc71f270b8077164 (patch)
treec64e3b0baa55024cd8b417c5b48bbd547e190b0c /requirements_test.txt
parent2c8db95b3c47f653ec044685c6ab2dbb54a2a8c9 (diff)
downloadpylint-git-d068f0b66c278a448c09ced1fc71f270b8077164.tar.gz
Update coverage requirement from ~=6.4 to ~=6.5 (#7560)
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.4...6.5.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> 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 6ebb575cb..428260b12 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.4
+coverage~=6.5
pre-commit~=2.20
tbump~=6.9.0
contributors-txt>=0.9.0