From f79864f9ad33ff6df3b6ab93c641bd31ac59f660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 01:02:44 +0000 Subject: [PATCH] Update pytest-cov requirement from <7.0.0,>=2.12.0 to >=2.12.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.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-tests.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 006b3a3..dc9919a 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -2,9 +2,9 @@ autoflake mypy == 1.15.0 pytest >= 7.1.3,< 9.0.0 pytest-asyncio -pytest-cov >= 2.12.0,< 7.0.0 +pytest-cov >= 2.12.0,< 8.0.0 ruff ==0.13.3 -pytest-cov >= 2.12.0,< 7.0.0 +pytest-cov >= 2.12.0,< 8.0.0 types-python-dateutil types-pytz httpx