From 1b4b3695de8d71831e0c6ba1626ec7389deb406d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 04:52:43 +0000 Subject: [PATCH] Bump pytest-asyncio from 1.2.0 to 1.3.0 in /reference-apps/fastapi Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- reference-apps/fastapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference-apps/fastapi/requirements.txt b/reference-apps/fastapi/requirements.txt index aef2663..4a3f829 100644 --- a/reference-apps/fastapi/requirements.txt +++ b/reference-apps/fastapi/requirements.txt @@ -29,7 +29,7 @@ prometheus-client==0.23.1 # Testing pytest==8.3.4 # pytest-asyncio 1.2.0 requires pytest<9 -pytest-asyncio==1.2.0 +pytest-asyncio==1.3.0 pytest-cov==7.0.0 pytest-mock==3.15.1 httpx==0.28.1 # Already listed above but needed for testing