From 6ba54cd00341bebe232494f255eeb2825f730d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 02:37:28 +0000 Subject: [PATCH] chore(deps): bump pytest from 9.0.2 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 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/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 996596b948..d122bb2cd2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -pytest==9.0.2 +pytest==9.0.3 pytest-asyncio>=1.3.0 poetry twine diff --git a/requirements.txt b/requirements.txt index 9ef63beb97..8340e4febd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ litellm==1.81.12 loguru==0.7.2 msrest==0.7.1 openai>=1.55.3 -pytest==9.0.2 +pytest==9.0.3 pytest-asyncio>=1.3.0 PyGithub==1.59.* PyJWT==2.10.1