From 6b34d86bd5413d75c7ccffcad12359d91cc9951e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 08:54:55 +0000 Subject: [PATCH] Update coverage[toml] requirement from <=7.10.7,>=5 to >=5,<=7.15.0 Updates the requirements on [coverage[toml]](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.0...7.15.0) --- updated-dependencies: - dependency-name: coverage[toml] dependency-version: 7.15.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5922a4aa2c..c51faa1a4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ unasync = [ pip = ["pip>=20.2"] gevent = ["gevent>=21.12"] coverage = [ - "coverage[toml]>=5,<=7.10.7" + "coverage[toml]>=5,<=7.15.0" ] mockupdb = [ "mockupdb@git+https://github.com/mongodb-labs/mongo-mockup-db@master"