From d2d7773015ec9107d32603fd6146316040c4a0b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 21:11:13 +0000 Subject: [PATCH] Update pytest-cov requirement from <2.12,>=2.7 to >=2.7,<4.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...v4.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..27f9bcd 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,<4.1', ], 'docs': [ 'sphinx>=2.2,<3.6',