From 66ff4b8459057316f26d5e0b0d21c8e337c61af0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 14:42:26 +0000 Subject: [PATCH] Update pytest-cov requirement from <6.0,>=5.0 to >=5.0,<8.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/v5.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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 11eb7af..d27d490 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest>=8.0,<9.0", - "pytest-cov>=5.0,<6.0", + "pytest-cov>=5.0,<8.0", "httpx>=0.27,<1.0", "ruff>=0.4,<1.0", "mypy>=1.9,<2.0", diff --git a/requirements.txt b/requirements.txt index d712ea2..0c0b149 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pydantic>=2.6,<3.0 # الاختبار pytest>=8.0,<9.0 -pytest-cov>=5.0,<6.0 +pytest-cov>=5.0,<8.0 httpx>=0.27,<1.0 # جودة الكود