From 1011233b9f15ae824b3215c389c429ad8a0b993d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 21:28:13 +0000 Subject: [PATCH] chore(deps): Bump pytest-asyncio from 0.24.0 to 1.3.0 in /backend Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 1.3.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...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-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-test.txt b/backend/requirements-test.txt index 2779062..e32faaf 100644 --- a/backend/requirements-test.txt +++ b/backend/requirements-test.txt @@ -1,4 +1,4 @@ pytest==8.3.5 -pytest-asyncio==0.24.0 +pytest-asyncio==1.3.0 httpx==0.28.1 aiosqlite==0.20.0