From 25d9fa41e6303978b9e509daad297195598dfa0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 13:25:34 +0000 Subject: [PATCH] Update pytest-cov requirement from ~=7.0.0 to >=7.0,<7.2 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/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c406e0f9..26fe3d50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ Changelog = "https://github.com/ParkenDD/parkapi-sources-v3/blob/main/CHANGELOG. testing = [ "ruff~=0.15.6", "pytest~=9.0.2", - "pytest-cov~=7.0.0", + "pytest-cov>=7.0,<7.2", "requests-mock~=1.12.1", ] diff --git a/requirements-dev.txt b/requirements-dev.txt index f8e1dff6..1bf17a3f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ ruff~=0.15.6 pytest~=9.0.2 -pytest-cov~=7.0.0 +pytest-cov>=7.0,<7.2 requests-mock~=1.12.1 tox~=4.49.1