From 7e23cf99d88de96c981631bb31b21c2494470a36 Mon Sep 17 00:00:00 2001 From: qujingpengf Date: Fri, 30 Jan 2026 16:13:35 +0800 Subject: [PATCH] build(deps-dev): bump pytest-cov from 2.12.1 to 3.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.1 to 3.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.12.1...v3.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development 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 3173e62..c5a25fc 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ flake8 = "==3.9.2" pre-commit = "==2.15.0" pylint = "==2.11.1" pytest = "==6.2.5" -pytest-cov = "==2.12.1" +pytest-cov = "==3.0.0" [packages] PyYAML = "==5.4.1"