From 0f52c9ee6f73b905f364cfc1c7199fd90a105aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 03:57:19 +0000 Subject: [PATCH] Update pytest requirement from ~=8.0 to >=8,<10 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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02c3222..ac8cca4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ openai = ["openai~=1.30"] chroma = ["chromadb~=0.4"] sentence = ["sentence-transformers~=2.6"] serve = ["fastapi~=0.110", "uvicorn~=0.27"] -dev = ["pytest~=8.0", "coverage~=7.0", "ruff~=0.5"] +dev = ["pytest>=8,<10", "coverage~=7.0", "ruff~=0.5"] all = ["openai~=1.30", "chromadb~=0.4", "sentence-transformers~=2.6", "fastapi~=0.110", "uvicorn~=0.27"] [project.urls]