From bb64746039461c89ac8a197d08c2a389f50a76c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 02:04:46 +0000 Subject: [PATCH] Bump cryptography in /agent-identity-portal/backend Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.0 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.0...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 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..c0ee156 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==48.0.1 python-multipart==0.0.18 aiosmtplib==3.0.2 email-validator==2.2.0