From e0e017d1b74f30c67242c9cd8e431fe339541e48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 18:51:36 +0000 Subject: [PATCH] Update pytest-cov requirement from ==2.11.* to ==4.1.* Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [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.1.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 016d0529..62e84915 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.1.* pytest-mock==3.5.* pytest-vcr==1.0.* coveralls==3.0.*