From 883399f5837d5245c3b714ae22edc7017413b257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 15:16:41 +0100 Subject: [PATCH] Bump pytest-cov from 2.12.1 to 3.0.0 (#3192) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index 2bc8f5d01..87bfc8b3b 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -8,7 +8,7 @@ pydocstyle==6.1.1 pylint==2.11.1 pytest-aiohttp==0.3.0 pytest-asyncio==0.12.0 # NB!: Versions over 0.12.0 breaks pytest-aiohttp (https://github.com/aio-libs/pytest-aiohttp/issues/16) -pytest-cov==2.12.1 +pytest-cov==3.0.0 pytest-timeout==1.4.2 pytest==6.2.5 pyupgrade==2.29.0