From 121b38249698fd47fc129acd4553004b4c8edf18 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 14 Nov 2024 07:19:47 +0000
Subject: [PATCH] chore(deps): update dependency pytest-cov to v6 (#383)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 69c7230e..c6b88164 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -83,7 +83,7 @@ experimental = ["cognite-sdk-experimental"]
 mypy = "1.13.0"
 ruff = "^0.7.0"
 pytest = "^8.0.0"
-pytest-cov = "^5.0.0"
+pytest-cov = "^6.0.0"
 sphinx = "^7.0.0"
 sphinx-rtd-theme = "^3.0.0"
 pre-commit = "^4.0.0"