From b3d074b225c2ecd8ccbd5ac059a13ba70e6bf67d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:50:53 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.23.3 to 1.3.0 in /backend Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.3 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.3...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/src/requirements_docker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index 6daec34..08f2355 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -8,7 +8,7 @@ isort==5.13.2 psycopg2-binary==2.9.9 pydantic==2.10.6 pytest==7.4.3 -pytest-asyncio==0.23.3 +pytest-asyncio==1.3.0 pytest-cov==4.1.0 pytest-mock==3.12.0 python-jose==3.3.0