From 015b6b8db08b9561955af335ef12351e4b348564 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Apr 2025 01:28:27 +0200 Subject: [PATCH] Update dependency pytest-cov to v6.1.1 (#346) 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 dd4dfbd..36de7d0 100644 --- a/app/requirements-test.txt +++ b/app/requirements-test.txt @@ -1,7 +1,7 @@ flake8==7.2.0 pytest==8.3.5 pytest-asyncio==0.26.0 - pytest-cov==6.1.0 + pytest-cov==6.1.1 python-dotenv==1.1.0 mock==5.2.0 coverage==7.8.0