From e6e6c692e6fe1e7042b5d32a66d1abb7959c7b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:22:45 +0000 Subject: [PATCH] Update coverage requirement from >=5.3 to >=7.13.5 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/coverage-5.3...7.13.5) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 1b85dfb4..f390890c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ mypy>=1.2.0 mypy-extensions>=0.4.3 mypy-protobuf>=2.9 tox>=4.3.0 -coverage>=5.3 +coverage>=7.13.5 pytest>=7.0 wheel # used in unit test only