From 69bfbd7a5945c924e76332a2d7b688a440c9d3e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 06:49:42 +0000 Subject: [PATCH] build(deps): update pytest-cov requirement from <6,>=3 to >=3,<7 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...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov 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 f3e8031..0825243 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,<6 +pytest-cov>=3,<7 Flask>=2.0.3,<4 gevent>=22.10.2,<25 gevent-websocket>=0.10.1,<1