From 84cd469af04a640b1d94d12d779cdaa33524115f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 23:54:57 +0000 Subject: [PATCH] Update pytest-cov requirement from <6.0.0,>=2.12.0 to >=2.12.0,<7.0.0 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/v2.12.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ca742e..db2263b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ testing = [ "asyncz[localtime,loguru]", "pymongo>=4.3.3,<5.0.0", "pytest>=7.1.3,<9.0.0", - "pytest-cov >=2.12.0,<6.0.0", + "pytest-cov >=2.12.0,<7.0.0", "pytest-asyncio >=0.23.0,<1.0.0", "pytest-loguru>=0.2.0,<1", "redis>=4.4.0,<6.0.0",