From e877bb13f1e0bc48f2f9b2ae958263c1b5039645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:06:06 +0000 Subject: [PATCH] :arrow_up:(deps): update coverage requirement from >=7.14.1 to >=7.14.2 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.14.1...7.14.2) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index d2872df3..e25dfad1 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -38,7 +38,7 @@ pyfakefs>=6.2.0 # Additional utilities tox>=4.53.0 -coverage[toml]>=7.14.1 +coverage[toml]>=7.14.2 # HTTP client for GitHub integration requests>=2.33.1 \ No newline at end of file