From c02c657b1438664990426864f0393e9166138680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 05:02:07 +0000 Subject: [PATCH] Update pytest-cov requirement in /.dev in the packages group Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `pytest-cov` to 6.3.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.3.0 dependency-type: direct:development dependency-group: packages ... 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 39eca657..ed6b39cf 100644 --- a/.dev/requirements_dev.txt +++ b/.dev/requirements_dev.txt @@ -4,7 +4,7 @@ httpx~=0.28.1 invoke~=2.2 pre-commit~=4.3 pytest~=8.4 -pytest-cov~=6.2 +pytest-cov~=6.3 # httpx is necessary due to the use of fastapi/starlette's TestClient # See https://fastapi.tiangolo.com/tutorial/testing/?h=testclient#using-testclient