From e5ecd5bc223e17096af183bbac5b226c29bd322c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 18:30:11 +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 5f7ace59..79bdab15 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ httpretty = "~=1.1" mock = "~=5.1" pre-commit = "~=3.5" pytest = "~=8.3" -pytest-cov = "~=5.0" +pytest-cov = "~=6.0" python-dateutil = "~=2.9" ruff = "~=0.7.4" tox = "~=4.23"