From 8315cdfddd8859f01caaaaced5b8f08b33303caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 13:17:20 +0000 Subject: [PATCH] Bump coverage from 7.9.1 to 7.11.0 Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.9.1 to 7.11.0. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.9.1...7.11.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- constraints.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constraints.txt b/constraints.txt index 3a9cfffd5e..938117b633 100644 --- a/constraints.txt +++ b/constraints.txt @@ -7,7 +7,7 @@ beautifulsoup4==4.13.4 certifi==2025.6.15 chardet==5.2.0 charset-normalizer==3.4.2 -coverage==7.9.1 +coverage==7.11.0 gevent==25.8.1 greenlet==3.2.3 h11==0.16.0 diff --git a/pyproject.toml b/pyproject.toml index a4f4c8a5c8..545375b5a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ Repository = "https://github.com/cms-dev/cms" devel = [ # Only for testing "beautifulsoup4>=4.8,<4.14", - "coverage>=4.5,<7.10", + "coverage>=4.5,<7.12", "pytest", "pytest-cov",