From a827be0065f8132d3546d2db6a327f9e65063ae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 02:32:50 +0000 Subject: [PATCH] chore(deps-dev): update pytest-cov requirement from ~=5.0 to ~=6.2 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/v5.0.0...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 021ce42e..fdb6880f 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ httpretty = "~=1.1" mock = "~=5.2" pre-commit = "~=4.2" pytest = "~=8.4" -pytest-cov = "~=5.0" +pytest-cov = "~=6.2" python-dateutil = "~=2.9" ruff = "~=0.12.2" tox = "~=4.27"