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