diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-08-17 10:09:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-17 10:09:01 +0000 |
commit | ac732b427067d06dcf80550d461d55fa80ae17b5 (patch) | |
tree | 224c2c85f4f79f661c8617a10450374c73866857 | |
parent | 79902820a56440750cfb694fb9d6074ed16c3d39 (diff) | |
download | gerbonara-ac732b427067d06dcf80550d461d55fa80ae17b5.tar.gz gerbonara-ac732b427067d06dcf80550d461d55fa80ae17b5.tar.bz2 gerbonara-ac732b427067d06dcf80550d461d55fa80ae17b5.zip |
Bump pytest-cov from 2.8.1 to 2.10.1
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.8.1 to 2.10.1.
- [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.8.1...v2.10.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index ef38187..ded635c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,4 +2,4 @@ -r requirements.txt pytest==6.0.1 - pytest-cov==2.8.1 + pytest-cov==2.10.1 |