From a00834a11eef48c6d34d553caa8792d360328023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:13:36 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20pytest-cov?= =?UTF-8?q?=20requirement=20from=20^6.0.0=20to=20^7.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 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 6368976..0bbc20a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ toml = "^0.10.0" black = "^26.1.0" pytest = "^8.3.1" httpx = { version = ">=0.24.0", optional = true } -pytest-cov = "^6.0.0" +pytest-cov = "^7.1.0" coverage = "^7.2.5" [tool.poetry.extras]