diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-11 11:11:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-11 11:11:17 +0100 |
commit | 13e01f031fced54bbe06d93b86604d5fbef6c934 (patch) | |
tree | c90282f82c0e1b9a95498bed471d3ec11a8a64c2 | |
parent | 48a5556a7c570e91e227746245209bda3fd46daa (diff) | |
download | pylint-git-13e01f031fced54bbe06d93b86604d5fbef6c934.tar.gz |
Update coverage requirement from ~=5.5 to ~=6.1.2 (#5239)
* Update coverage requirement from ~=5.5 to ~=6.1.2
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
-rw-r--r-- | requirements_test.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_test.txt b/requirements_test.txt index bf92dba44..9785c5af0 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~=5.5 +coverage~=6.1.2 pre-commit~=2.15;python_full_version>="3.6.2" tbump~=6.5.0 pyenchant~=3.2 |