From 74012d13988ce38761d0a7c01fad78b27158265e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:33:50 +0000 Subject: [PATCH] chore(deps-dev): bump pytest from 8.4.1 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 9.0.3. - [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.4.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 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 7ddffed..d7011ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "flake8==6.1.0", "isort==5.13.2", "mypy==1.17.0", - "pytest==8.4.1", + "pytest==9.0.3", "pytest-asyncio==0.26.0", "pytest-cov==5.0.0", "langchain_google_vertexai>=3.0.0, <4.0.0"