summaryrefslogtreecommitdiff
path: root/requirements_test.txt
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-27 14:29:11 +0000
committerGitHub <noreply@github.com>2023-02-27 14:29:11 +0000
commit5332f9ecb9cba2158573adde4674521ea393091a (patch)
tree1635af094e54bb598c6ffa06ab222f6e609941fc /requirements_test.txt
parentd30c45b2e7a0c13a846c8d221f0c9ff9f012aa4a (diff)
downloadpylint-git-5332f9ecb9cba2158573adde4674521ea393091a.tar.gz
Update coverage requirement from ~=7.1 to ~=7.2 (#8357)
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/7.1.0...7.2.1) --- 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 d3a8479bc..3a9ad3f36 100644
--- a/requirements_test.txt
+++ b/requirements_test.txt
@@ -1,6 +1,6 @@
-r requirements_test_pre_commit.txt
-r requirements_test_min.txt
-coverage~=7.1
+coverage~=7.2
tbump~=6.9.0
contributors-txt>=1.0.0
pytest-cov~=4.0