From 035675d70abca3b990fbcdb34a4369903d5c12c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Apr 2025 03:31:57 +0000 Subject: [PATCH] chore(deps-dev): update pytest-cov requirement from ~=5.0 to ~=6.1 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.1.0) --- updated-dependencies: - dependency-name: pytest-cov 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 610828fe..1c9c191e 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ httpretty = "~=1.1" mock = "~=5.2" pre-commit = "~=4.2" pytest = "~=8.3" -pytest-cov = "~=5.0" +pytest-cov = "~=6.1" python-dateutil = "~=2.9" ruff = "~=0.11.3" tox = "~=4.25"