diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-04 15:33:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 15:33:49 +0200 |
commit | 51bbfb8f3721c9eb93272240bf2525b18a47e44f (patch) | |
tree | 1d431734d6a60d5b5c917c0982b8fc99a5e11e3f | |
parent | 816fcde5e8f0a1d8a5e0beadf294dc963aa5863f (diff) | |
download | pylint-git-51bbfb8f3721c9eb93272240bf2525b18a47e44f.tar.gz |
Update pytest-cov requirement from ~=2.12 to ~=3.0 (#5114)
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.12.0...v3.0.0)
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@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 3c81513d3..286af5189 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -5,7 +5,7 @@ coverage~=5.5 pre-commit~=2.15;python_full_version>="3.6.2" tbump~=6.4.0 pyenchant~=3.2 -pytest-cov~=2.12 +pytest-cov~=3.0 pytest-profiling~=1.7 pytest-xdist~=2.4 # Type packages for mypy |