From e91678d506cfa96afb43272c5caee1ae5e98d477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 00:37:28 +0000 Subject: [PATCH] Bump pytest from 8.3.5 to 9.0.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 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.3.5...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.pypy.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.pypy.txt b/requirements.pypy.txt index 9d96f779..d95eae2b 100644 --- a/requirements.pypy.txt +++ b/requirements.pypy.txt @@ -13,7 +13,7 @@ websockets~=15.0.1 Flask[async]==3.1.1 Hypercorn==0.17.3 requests==2.32.4 -pytest==8.3.5 +pytest==9.0.3 pytest-asyncio==1.2.0 pytest-cov==6.1.1 uvicorn==0.34.2 diff --git a/requirements.txt b/requirements.txt index 84d646c1..21a691df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ setuptools==80.7.1 Flask[async]==3.1.1 Hypercorn==0.17.3 requests==2.32.4 -pytest==8.3.5 +pytest==9.0.3 pytest-asyncio==1.2.0 pytest-cov==6.1.1 uvicorn==0.34.2