From d6f8d1ef3b201f9339a7cd91477116f870a4c822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:13:26 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencies:=20U?= =?UTF-8?q?pdate=20pytest-cov=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f024ebe..db9849f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ overgeneral-exceptions = [ [tool.poetry.group.test.dependencies] pytest = "^8.0.0" -pytest-cov = "^5.0.0" +pytest-cov = ">=5,<7" pytest-asyncio = "^0.24.0" pytest-mock = "^3.11.1" pytest-loguru = "^0.4.0"