diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-04 13:35:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 13:35:03 +0000 |
commit | 95b8c63ad7bec529a0d5c87ff016f90045829bba (patch) | |
tree | 515b411e4c6f95d8a9c059c016519d20e3d1a7ce | |
parent | 51bbfb8f3721c9eb93272240bf2525b18a47e44f (diff) | |
download | pylint-git-dependabot/pip/coverage-approx-eq-6.0.tar.gz |
Update coverage requirement from ~=5.5 to ~=6.0dependabot/pip/coverage-approx-eq-6.0
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.0)
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@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 286af5189..4d1c4c2d3 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.2 -coverage~=5.5 +coverage~=6.0 pre-commit~=2.15;python_full_version>="3.6.2" tbump~=6.4.0 pyenchant~=3.2 |