From 50ed6b285ad0e86580c19938b056c4c269479908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 11:02:00 +0000 Subject: [PATCH] Update pytest-cov requirement from <3.1,>=2.12 to >=2.12,<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.12.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 d25db4b..b2e23e7 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ tests_require = [ 'django-webtest==1.9.10', - 'pytest-cov>=2.12,<3.1', + 'pytest-cov>=2.12,<4.1', 'pytest-django>=4.4,<4.6', 'freezegun>=1.1,<1.3', 'sorl-thumbnail',