From ed32fc2478c3f24da25f6f265a8a6d668edcd34a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 May 2021 07:26:27 +0000 Subject: [PATCH] Bump pytest-cov from 2.7.1 to 2.11.1 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.7.1 to 2.11.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.7.1...v2.11.1) Signed-off-by: dependabot[bot] --- requirements_dev_optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index 5996a4ffd1..d4d0a17a18 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -13,7 +13,7 @@ pymongo==3.11.4 tox==3.14.0 coverage flake8==3.8.3 -pytest-cov==2.7.1 +pytest-cov==2.11.1 pytest-doctestplus==0.4.0 h5py==2.10.0 s3fs==0.5.1; python_version > '3.6'