From 1a978f476205706c281d7dc02fa020d126da2212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 09:29:47 +0100 Subject: [PATCH] Bump pytest-cov from 2.11.0 to 2.11.1 (#2455) Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.11.0 to 2.11.1. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.11.0...v2.11.1) Signed-off-by: dependabot[bot] 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 f6a8203d3..f972d0614 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -8,7 +8,7 @@ pydocstyle==5.1.1 pylint==2.6.0 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.11.0 +pytest-cov==2.11.1 pytest-timeout==1.4.2 pytest==6.2.1 pyupgrade==2.7.4