From f736ced8c7df6d48515e3a7ed686310d375f88a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 22:45:30 +0000 Subject: [PATCH] chore(deps): update pytest requirement from >=7.0 to >=8.4.2 in /python 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/7.0.0...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index ffd06bf..f158233 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -49,7 +49,7 @@ openai = ["openai>=1.0.0"] anthropic = ["anthropic>=0.20.0"] all = ["openai>=1.0.0", "anthropic>=0.20.0"] dev = [ - "pytest>=7.0", + "pytest>=8.4.2", "pytest-asyncio>=0.21", "pytest-cov>=4.0", "black",