From 2cd2ae99e5565c8e567118929f1258f39e6e1b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:25:20 +0000 Subject: [PATCH] chore(deps-dev): update pytest-cov requirement from ~=5.0 to ~=6.0 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.0.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 37fcbbe5..6e494b03 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ httpretty = "~=1.1" mock = "~=5.1" pre-commit = "~=2.21" pytest = "~=8.3" -pytest-cov = "~=5.0" +pytest-cov = "~=6.0" python-dateutil = "~=2.9" ruff = "~=0.7.0" tox = "~=4.23"