From a7f2550b217e16b5f474d7aea291925680f2d683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 13:24:00 +0000 Subject: [PATCH] deps: update coverage requirement from >=7.15.1 to >=7.15.4 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.15.1...7.15.4) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.15.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e6cd229..c74016b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,4 @@ python-dateutil>=2.9.0.post0 psycopg2-binary>=2.9.10 pytest>=9.1.1 pytest-cov>=7.1.0 -coverage>=7.15.1 +coverage>=7.15.4