From f3856f741d0ae5fb3e3206d29435ab14f51e70c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:40:45 +0000 Subject: [PATCH] build(deps): update pytest-cov requirement from <8,>=3 to >=7.1.0,<8 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v3.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 18b034d..aabd735 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -1,6 +1,6 @@ # pip install -r requirements/testing.txt pytest>=8.4.2,<9 -pytest-cov>=3,<8 +pytest-cov>=7.1.0,<8 Flask>=2.0.3,<4 gevent>=22.10.2,<27 gevent-websocket>=0.10.1,<1