From 783c1fd31eea06508d55e7d893d4ecff50900714 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:57:58 +0200 Subject: [PATCH] Update dependency pytest-cov to v7 (#491) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements-test.txt b/app/requirements-test.txt index ac62012..60ea4dd 100644 --- a/app/requirements-test.txt +++ b/app/requirements-test.txt @@ -1,7 +1,7 @@ flake8==7.3.0 pytest==8.4.2 pytest-asyncio==1.2.0 - pytest-cov==6.3.0 + pytest-cov==7.0.0 python-dotenv==1.1.1 mock==5.2.0 coverage==7.10.6