From d1958f093deef0bfc46725f7b652052115ce6a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Nov 2021 04:14:17 +0000 Subject: [PATCH] Update pytest-cov requirement from <2.12,>=2.7 to >=2.7,<3.1 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [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.7.0...v3.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index caa6b10..74268e8 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'pytest-django>=3.5,<4.3', 'freezegun', 'psycopg2-binary', - 'pytest-cov>=2.7,<2.12', + 'pytest-cov>=2.7,<3.1', ], 'docs': [ 'sphinx>=2.2,<3.6',