From f118b299fbe4477d6ebb81df3c621c8f7bf58a49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 05:44:06 +0000 Subject: [PATCH] Update pytest-cov requirement from ~=5.0 to ~=6.0 in /.dev 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] --- .dev/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dev/requirements_dev.txt b/.dev/requirements_dev.txt index 927343a..0cdc341 100644 --- a/.dev/requirements_dev.txt +++ b/.dev/requirements_dev.txt @@ -6,7 +6,7 @@ invoke~=2.2 pre-commit~=4.0 pylint~=3.3 pytest~=8.3 -pytest-cov~=5.0 +pytest-cov~=6.0 # httpx is necessary due to the use of fastapi/starlette's TestClient # See https://fastapi.tiangolo.com/tutorial/testing/?h=testclient#using-testclient