From e70d31e62e860deb8b303459d9284503c6f8ea1b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 Jan 2021 04:21:21 +0000 Subject: [PATCH] Bump pytest-cov from 2.10.1 to 2.11.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.10.1 to 2.11.0. - [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.10.1...v2.11.0) 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 532597a0..a7c5b199 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,7 +3,7 @@ pip>=9 # minimum installation requirements setuptools>=21 # minimum installation requirements coverage==5.3.1 # pytest-cov pytest==6.2.1 -pytest-cov==2.10.1 +pytest-cov==2.11.0 pytest-xdist==2.2.0 psycopg2-binary==2.8.6; platform_python_implementation != "PyPy" psycopg2cffi==2.8.1; platform_python_implementation == "PyPy"