From 1ef491abba1047de21fc0cf37a57847e52a4fe87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 18:22:23 +0000 Subject: [PATCH] [Dependabot]: Update coverage requirement from ~=7.9 to ~=7.10 Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.9.0...7.10.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f98dfad0..f78bd9b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ sphinx ~= 8.2 docutils ~= 0.21 docutils_stubs ~= 0.0.22 -Coverage ~= 7.9 +Coverage ~= 7.10 docstr_coverage ~= 2.3.2 diff --git a/tests/requirements.txt b/tests/requirements.txt index 406ee9a6..1e8f9d0b 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,7 +1,7 @@ -r ../requirements.txt # Coverage collection -Coverage ~= 7.9 +Coverage ~= 7.10 # Test Runner pytest ~= 8.4