From 35228487b7018bf9624f43e1f580cea3215e7c7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 09:23:21 +0000 Subject: [PATCH] Bump coverage from 7.14.0 to 7.14.3 Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.14.0 to 7.14.3. - [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.0...7.14.3) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.14.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd204ad3f..b47b4a76b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ test = [ "pytest-xdist==3.8.0", "pytest-django==4.12.0", "beautifulsoup4==4.14.3", - "coverage==7.14.0", + "coverage==7.14.3", "hypothesis==6.152.6", "tblib==3.2.2", # used to see backtraces in unit tests "unittest-xml-reporting==4.0.0",