diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 7f1968a..cedef4d 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,5 +1,5 @@ pytest==9.1.1 PyYAML==6.0.3 -httpx2==2.10.0 -ruff==0.16.3 +httpx2==2.12.0 +ruff==0.16.5 pip-audit==2.10.1 diff --git a/backend/requirements.txt b/backend/requirements.txt index eb0719d..7bf63ce 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,10 +1,10 @@ fastapi==0.141.1 -uvicorn[standard]==0.52.3 -grpcio==1.83.0 -protobuf==7.35.1 +uvicorn[standard]==0.52.4 +grpcio==1.83.1 +protobuf==7.36.0 httpx==0.28.1 -idna==3.18 -cryptography==50.0.0 -python-dotenv==1.2.2 +idna==3.19 +cryptography==50.0.1 +python-dotenv==1.2.3 pydantic-settings==2.15.0 -websockets==17.0.1 +websockets==17.1