From da20c0820ab818f63889787190cbb2e4ffd16a71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 17:53:23 +0000 Subject: [PATCH] build(deps): bump pytest-cov from 3.0.0 to 4.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 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/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 4bea723..c7928e7 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ flake8 = "==6.0.0" pre-commit = "==2.19.0" pylint = "==2.15.7" pytest = "==7.2.0" -pytest-cov = "==3.0.0" +pytest-cov = "==4.0.0" [packages] PyYAML = "==6.0"