From 100a43aa35db9c8cd4938ea7dcc8ed19293c6b27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:09:00 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to v1 --- backend/dev-requirements.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/dev-requirements.txt b/backend/dev-requirements.txt index 49975f7..c7ac479 100644 --- a/backend/dev-requirements.txt +++ b/backend/dev-requirements.txt @@ -1,5 +1,5 @@ pytest==8.4.2 -pytest-asyncio==0.26.0 +pytest-asyncio==1.3.0 httpx==0.28.1 ruff==0.14.8 pre-commit==4.5.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index c1f9c5a..5e13a90 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -18,6 +18,6 @@ numpy==2.3.5 # Testing pytest==8.4.2 -pytest-asyncio==0.26.0 +pytest-asyncio==1.3.0 pytest-cov==4.1.0 httpx==0.28.1