From a2055b65ec0b0e15ca64f145813a8e18060b9047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 13:26:08 +0000 Subject: [PATCH] Update pytest-cov requirement from ~=6.1.1 to >=6.1.1,<6.3.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.1.1...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 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 8cb6ab9..4d3e4e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ Changelog = "https://github.com/binary-butterfly/xml2python/blob/main/CHANGELOG. testing = [ "ruff~=0.11.10", "pytest~=8.3.5", - "pytest-cov~=6.1.1", + "pytest-cov>=6.1.1,<6.3.0", ] [build-system]