From 45ab95a6b3533b41a64b1ad14c1296f33ed2cbd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 00:10:44 +0200 Subject: [PATCH] Update dependency pytest-cov to v6.3.0 (#488) 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 dbdac07..1b61ac6 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.1.0 - pytest-cov==6.2.1 + pytest-cov==6.3.0 python-dotenv==1.1.1 mock==5.2.0 coverage==7.10.6