From d3e98c4cc3427dabd9aee21276f48fc75b44e3bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:26:44 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.25.3 to 1.2.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.3 to 1.2.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.3...v1.2.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.2.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 ed71594..a0fa1b8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,7 +13,7 @@ iniconfig==2.0.0 pydantic==2.10.6 pydantic_core==2.27.2 pytest==8.3.4 -pytest-asyncio==0.25.3 +pytest-asyncio==1.2.0 pytest-mock==3.14.0 PyYAML==6.0.2 starlette==0.45.3