diff --git a/portal/requirements.txt b/portal/requirements.txt index d2f38e9..c5e076a 100644 --- a/portal/requirements.txt +++ b/portal/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]==0.24.0 httpx==0.25.0 pyyaml==6.0.2 PyJWT==2.12.0 -cryptography==46.0.7 +cryptography==50.0.0 azure-identity==1.17.0 azure-monitor-opentelemetry==1.6.0 azure-storage-blob==12.22.0 diff --git a/securityportal-mock/requirements.txt b/securityportal-mock/requirements.txt index e885fa4..8071e5e 100644 --- a/securityportal-mock/requirements.txt +++ b/securityportal-mock/requirements.txt @@ -2,5 +2,5 @@ fastapi==0.104.0 uvicorn==0.24.0 httpx==0.25.0 PyJWT==2.12.0 -cryptography==46.0.7 +cryptography==50.0.0 PyYAML==6.0.2