From b06f89b21548d97e8d4a3b572200d5d7826fa385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 23:23:42 +0000 Subject: [PATCH] Update pytest-cov requirement from ==2.11.* to ==2.12.* 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.11.0...v2.12.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0a80e0ab..359ec629 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,11 +1,11 @@ -black==20.8b1 +black==21.5b2 flake8==3.8.* isort[requirements]==5.7.* mongomock==3.22.* moto==1.3.* mypy==0.790 pytest==6.2.* -pytest-cov==2.11.* +pytest-cov==2.12.* pytest-mock==3.5.* pytest-vcr==1.0.* coveralls==3.0.*