From 831bc7964996caf8717c4e785eb073f5fee89fa2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 15 Jan 2025 04:20:36 +0000
Subject: [PATCH] Update pytest-cov requirement from 4.0.0 to 6.0.0 in /backend

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/v4.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 backend/Pipfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/Pipfile b/backend/Pipfile
index 9ece90f8d..ed41c3b4a 100644
--- a/backend/Pipfile
+++ b/backend/Pipfile
@@ -39,7 +39,7 @@ pluggy = "1.5.0"
 pylint = "3.3.1"
 pytest = "8.3.4"
 pytest-asyncio = "0.21.2"
-pytest-cov = "4.0.0"
+pytest-cov = "6.0.0"
 pytest-xdist = "3.2.1"
 ruff = "0.9.1"
 vulture = "2.10"