diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 186c6a9..9f379ff 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,7 +1,7 @@ # Testing pytest==8.3.4 pytest-cov==6.0.0 -pytest-asyncio==0.25.2 +pytest-asyncio==0.25.3 httpx==0.28.1 # Formatting