From c1c9cf3b36d42566afddb9d6f63c29aa903851b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:01:23 +0000 Subject: [PATCH] Update pytest-cov requirement from <8.0.0,>=2.12.0 to >=7.1.0,<8.0.0 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/v2.12.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-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index ba2dc242..0f9fa980 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -10,7 +10,7 @@ mypy == 1.19.1 orjson >= 3.2.1 pytest >= 6.2.4,< 9.0.0 pytest-asyncio -pytest-cov >= 2.12.0,< 8.0.0 +pytest-cov >= 7.1.0,< 8.0.0 python-multipart >= 0.0.5 python-socketio==5.16.1 regex==2026.1.15