From 818d32541e931d4640963517de84eb1c6ac0f774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 05:34:55 +0000 Subject: [PATCH] Update pytest-cov requirement in /.dev in the python group Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: python ... 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 784c0477..79fad06a 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.5 pytest~=9.0 -pytest-cov~=7.0 +pytest-cov~=7.1 # httpx is necessary due to the use of fastapi/starlette's TestClient # See https://fastapi.tiangolo.com/tutorial/testing/?h=testclient#using-testclient