From c35367187dde4cdb6d757ddeb14937cd965d1282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 22:05:26 +0000 Subject: [PATCH] [CHORE](deps-dev): Bump pytest-cov from 2.8.1 to 4.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.8.1 to 4.0.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.8.1...v4.0.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..9700543 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.0.0 pytest-mock==3.6.1 PyYAML==5.4.1 six==1.14.0