From 9e5783e8805be83705d5cce6e788b28e2ff2eca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:44:34 +0000 Subject: [PATCH] build(deps): bump pytest from 8.1.1 to 9.0.3 in /python/openai Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.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.1.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/openai/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/openai/requirements-test.txt b/python/openai/requirements-test.txt index facd05ccdf..ecaf64d64f 100644 --- a/python/openai/requirements-test.txt +++ b/python/openai/requirements-test.txt @@ -25,5 +25,5 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Testing -pytest==8.1.1 +pytest==9.0.3 pytest-asyncio==0.23.8