From ac16a34390e5443e92a1903a1c1cbd9e4106ed74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 19:30:50 +0000 Subject: [PATCH] Update pytest-cov requirement from ~=3.0.0 to >=3.0,<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/v3.0.0...v4.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 377c24a..803bf48 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ test = tox pytest~=7.1.1 pytest-asyncio>=0.18.3,<0.20.0 - pytest-cov~=3.0.0 + pytest-cov>=3.0,<4.1 pytest-timeout~=2.1.0 black==22.12.0 flake8==5.0.4