From 26661d7b563eca5f6d9a77a61e349970c3d84dca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 17:52:54 +0000 Subject: [PATCH] build(deps-dev): update pytest-cov requirement from >=3,<7 to >=3,<8 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/v3.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 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 0f6109b..87608ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ fastapi = ">=0.65.2,<1.0.0" [tool.poetry.group.dev.dependencies] pytest = ">=7.1.2,<9.0.0" -pytest-cov = ">=3,<7" +pytest-cov = ">=3,<8" tox = ">=3.26,<5.0" httpx = ">=0.24.1,<1.0.0" ruff = ">=0.5.0,<0.12.0"