From c2fb3399979a1b5f530bbbcb684aa5e1d65688ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 08:49:48 +0000 Subject: [PATCH] Bump pytest-cov from 2.7.1 to 2.12.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.7.1 to 2.12.0. - [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.12.0) 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 1120904bee..44444a6ad5 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.9.2 -pytest-cov==2.7.1 +pytest-cov==2.12.0 pytest-doctestplus==0.4.0 h5py==2.10.0 s3fs==2021.5.0; python_version > '3.6'