From 59cdf7430b81b4f24bc7eca15ed3a234d7a4cc3b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 Jan 2021 04:23:20 +0000 Subject: [PATCH] Bump pytest-cov from 2.11.0 to 2.11.1 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-preview[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index a53d9857..52a076e4 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ # test runs requirements (versions we'll be testing against) - automatically updated by requires.io -pytest-cov==2.11.0 +pytest-cov==2.11.1 pytest-xdist==2.2.0 coverage==5.3.1 # pytest-cov boto3==1.16.57