From 7dc76fc328cc8a552a5ab1d001ef8294d0f33e19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:31:08 +0000 Subject: [PATCH] chore(deps): Update pytest-cov requirement 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: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 7759589..ef1dbee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ test = [ "python-jose[cryptography] >=3.3.0", "httpx >=0.23.0,<1.0.0", "pytest >=7.0.0,<9.0.0", - "pytest-cov >=4.0.0,<6.0.0", + "pytest-cov >=4.0.0,<7.0.0", "pytest-mock >=3.0.0,<4.0.0", "requests >=2.28.0,<3.0.0", "black ==24.8.0",