From b575aac3c059754707d7c4b90ae01962c8d582d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 01:37:41 +0000 Subject: [PATCH] Bump pyjwt from 2.10.1 to 2.13.0 in /agent-identity-portal/backend Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.1 to 2.13.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.10.1...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.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..08d4253 100644 --- a/agent-identity-portal/backend/requirements.txt +++ b/agent-identity-portal/backend/requirements.txt @@ -7,7 +7,7 @@ python-dotenv==1.0.1 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 +PyJWT[crypto]==2.13.0 cryptography==44.0.0 python-multipart==0.0.18 aiosmtplib==3.0.2