From ea02129f117021b4d79b5a8d5b3770eaecf01771 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:45:39 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.23.6 to 1.3.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.6 to 1.3.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.6...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 66af43c..5f62d48 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ httpx>=0.24,<0.28 starlette>=0.36,<0.49 pytest pytest==8.2.0 -pytest_asyncio==0.23.6 +pytest_asyncio==1.3.0 fastapi>=0.110.0 pydantic>=2.0.0 # Required for MLflow and pkg_resources