From a2e8f56795e8fa759256ab3cc1ec2e2aac4c3331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:59:10 +0000 Subject: [PATCH] fix(deps): update pytest-cov requirement from ^6.0.0 to ^7.0.0 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/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 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 c4368cf..d89939f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ toml="^0.10.0" black="^24.3.0" pytest = "^8.3.1" httpx = "^0.28.1" -pytest-cov = "^6.0.0" +pytest-cov = "^7.0.0" alembic = "^1.11.1" yamllint = "^1.35.0" coverage = "^7.2.5"