From 109ca2406dfb9234f77e9ae4968de74a39abb0a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 15:40:42 +1300 Subject: [PATCH] Bump pytest-cov from 3.0.0 to 4.0.0 (#3922) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index d72449fd66..448d59af80 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -6,7 +6,7 @@ pre-commit # Unit tests pytest==7.1.3 -pytest-cov==3.0.0 +pytest-cov==4.0.0 pytest-mock==3.8.2 pytest-asyncio==0.19.0 asyncmock==0.4.2