From 9a92eb4a7dad4ed0f72f0b26d2912d305d07c0e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 03:12:44 +0000 Subject: [PATCH] Bump pyjwt from 2.12.0 to 2.13.0 in /user-auth/graphtutorial Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.0 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.12.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 667b5cc..848e9ef 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -121,7 +121,7 @@ propcache==0.3.2 # yarl pycparser==2.22 # via cffi -pyjwt[crypto]==2.12.0 +pyjwt[crypto]==2.13.0 # via # msal # pyjwt @@ -146,6 +146,7 @@ typing-extensions==4.15.0 # opentelemetry-api # opentelemetry-sdk # opentelemetry-semantic-conventions + # pyjwt urllib3==2.7.0 # via requests yarl==1.20.1