From dc2d352bfc6069ac21cfdb951900447e83c34fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 12:04:34 +0000 Subject: [PATCH] Bump cryptography in /agent-identity-portal/backend Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.0 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agent-identity-portal/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent-identity-portal/backend/requirements.txt b/agent-identity-portal/backend/requirements.txt index e4a5f1a..27f138c 100644 --- a/agent-identity-portal/backend/requirements.txt +++ b/agent-identity-portal/backend/requirements.txt @@ -8,7 +8,7 @@ httpx==0.28.1 msal==1.31.1 # PyJWT is maintained and not affected by the python-jose algorithm-confusion CVEs. PyJWT[crypto]==2.10.1 -cryptography==44.0.0 +cryptography==50.0.0 python-multipart==0.0.18 aiosmtplib==3.0.2 email-validator==2.2.0