diff --git a/pyproject.toml b/pyproject.toml index 11eb7af..1604753 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=8.0,<9.0", + "pytest>=8.0,<10.0", "pytest-cov>=5.0,<6.0", "httpx>=0.27,<1.0", "ruff>=0.4,<1.0", diff --git a/requirements.txt b/requirements.txt index d712ea2..1247984 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ uvicorn[standard]>=0.29,<1.0 pydantic>=2.6,<3.0 # الاختبار -pytest>=8.0,<9.0 +pytest>=8.0,<10.0 pytest-cov>=5.0,<6.0 httpx>=0.27,<1.0