From 46282b31f635e591e607a4f7f0f0a1f09180f88f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 06:19:39 +0000 Subject: [PATCH] :arrow_up: PyUp: Update pytest-cov requirement from >=4,<6 to >=4,<7 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.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 3cf5de0..f8e19f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ black = ">=23.1,<25.0" mypy = "^1.1.1" pre-commit = "^3.1.1" pytest = ">=7.2.2,<9.0.0" -pytest-cov = ">=4,<6" +pytest-cov = ">=4,<7" httpx = ">=0.23.3,<0.29.0" starlette = ">=0.37.2"