From 80cdb36b113d1c7351c5be1db8a3d4e297e2bf18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 14:42:24 +0000 Subject: [PATCH] Update pytest requirement from <9.0,>=8.0 to >=8.0,<10.0 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 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..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