diff --git a/backend/requirements.txt b/backend/requirements.txt index e720899..33e8134 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -48,7 +48,7 @@ ecdsa==0.19.1 hashlib-additional==1.1 # Testing -pytest==7.4.3 +pytest==9.0.2 pytest-asyncio==0.21.1 pytest-cov==4.1.0 httpx==0.25.2 diff --git a/operator_engine/requirements.txt b/operator_engine/requirements.txt index 6a63f6b..08c74fc 100644 --- a/operator_engine/requirements.txt +++ b/operator_engine/requirements.txt @@ -3,5 +3,5 @@ uvicorn==0.24.0 pydantic==2.5.0 pydantic-settings==2.1.0 httpx==0.25.2 -pytest==7.4.3 +pytest==9.0.2 pytest-asyncio==0.21.1