From 48e93f1bc58a3e01578107822bab4686224131a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 06:27:49 +0000 Subject: [PATCH] build(deps): update pytest-cov requirement from <7,>=3 to >=3,<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.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.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 7ead428..be15034 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -1,6 +1,6 @@ # pip install -r requirements/testing.txt pytest>=6.2.5,<9 -pytest-cov>=3,<7 +pytest-cov>=3,<8 Flask>=2.0.3,<4 gevent>=22.10.2,<26 gevent-websocket>=0.10.1,<1