From 311419c9a6f77946523b827969c45f572d0368e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 15:57:47 +0000 Subject: [PATCH] [CHORE](deps-dev): Bump pytest-cov from 2.8.1 to 4.1.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.8.1 to 4.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.8.1...v4.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major ... 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 a0781e1..3ffb008 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,7 +27,7 @@ py==1.8.1 Pygments==2.7.4 pyparsing==2.4.7 pytest==5.4.1 -pytest-cov==2.8.1 +pytest-cov==4.1.0 pytest-mock==3.6.1 PyYAML==5.4.1 six==1.14.0