From 89e2242eac2452b787ade0c7fbe8be838c4f8fab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 19:50:23 +0000 Subject: [PATCH] Update pytest-cov requirement from ==2.11.* to ==4.0.* 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...v4.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 12653ec5..54a168f0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ mongomock==3.22.* moto==3.1.16 mypy==0.790 pytest==6.2.* -pytest-cov==2.11.* +pytest-cov==4.0.* pytest-mock==3.5.* pytest-vcr==1.0.* coveralls==3.0.*