From 25e1da4ef4bddd0fdd537931370bf40155fd92f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 18:49:54 +0000 Subject: [PATCH] chore(deps): bump pytest-asyncio from 0.24.0 to 1.4.0 in /backend Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 1.4.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 545cc96..4f30083 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,6 +1,6 @@ -r requirements.txt pytest==8.3.4 -pytest-asyncio==0.24.0 +pytest-asyncio==1.4.0 pytest-cov==6.0.0 httpx==0.28.1 mongomock-motor==0.0.34