From f6dd3f521b5eaea5f70b3132e07e9a889d8caeb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:03:43 +0000 Subject: [PATCH] build(deps): update coverage requirement Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.2.2...7.14.1) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0703d0f..0e2f44b 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ ], tests_require=[ 'pytest>=7.2.2, <9.1.0', - 'coverage>=7.2.2, <7.14.0', + 'coverage>=7.2.2, <7.15.0', 'pytest-cov>=4.0, <7.1', 'testfixtures>=8.3.0, <= 10.0.0' ] diff --git a/test-requirements.txt b/test-requirements.txt index ea32e8e..dd17cc4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ pytest>=7.2.2, <9.1.0 pytest-mock~=3.14.0 -coverage>=7.2.2, <7.14.0 +coverage>=7.14.1, <7.15.0 testfixtures>=8.3.0, <= 10.0.0