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 # جودة الكود