From ceab6aec4b4515baa1b37e06e0b937ee6c80ba9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:34:37 +0000 Subject: [PATCH] Update pytest-cov requirement from ~=4.1.0 to >=4.1,<6.1 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index be10230..88bc93a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -66,7 +66,7 @@ dev = pep8-naming~=0.13.3 pydocstyle~=6.3.0 pytest~=7.4.0 - pytest-cov~=4.1.0 + pytest-cov>=4.1,<6.1 pytest-watch~=4.2.0 pytest-xdist~=3.3.1 pre-commit~=3.3.3