From 1a28abec2b7fb27bbd6316541c807a4cb88b1f9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 05:35:31 +0000 Subject: [PATCH] ci: update pytest requirement in the dev-dependencies group Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `pytest` to 9.0.0 - [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.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 974ff9d..c7f119d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dev = [ "moto>=5.1.0,<6.0.0", "mypy>=1.15.0,<2.0.0", "pre-commit>=3.2.0,<4.2.0", - "pytest>=8.0.0,<9.0.0", + "pytest>=8.0.0,<10.0.0", "pytest-asyncio>=0.26.0,<0.27.0", "pytest-cov>=4.1.0,<5.0.0", "pytest-xdist>=3.0.0,<4.0.0", @@ -106,7 +106,7 @@ all = [ "moto>=5.1.0,<6.0.0", "mypy>=1.15.0,<2.0.0", "pre-commit>=3.2.0,<4.2.0", - "pytest>=8.0.0,<9.0.0", + "pytest>=8.0.0,<10.0.0", "pytest-asyncio>=0.26.0,<0.27.0", "pytest-cov>=4.1.0,<5.0.0", "pytest-xdist>=3.0.0,<4.0.0", @@ -174,7 +174,7 @@ lint-fix = [ features = ["anthropic", "litellm", "llamaapi", "ollama", "openai", "otel", "mistral", "writer", "a2a"] extra-dependencies = [ "moto>=5.1.0,<6.0.0", - "pytest>=8.0.0,<9.0.0", + "pytest>=8.0.0,<10.0.0", "pytest-asyncio>=0.26.0,<0.27.0", "pytest-cov>=4.1.0,<5.0.0", "pytest-xdist>=3.0.0,<4.0.0",