From 16e403d40cb93462cdc873e9b9f146e98612a433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 06:36:33 +0000 Subject: [PATCH] build(deps): bump pyjwt Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.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.12.1...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../05_AI_Governance/challenges/workshop/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-Azure/01-04-AI/05_AI_Governance/challenges/workshop/requirements.txt b/03-Azure/01-04-AI/05_AI_Governance/challenges/workshop/requirements.txt index db61aabf3..968ccff33 100644 --- a/03-Azure/01-04-AI/05_AI_Governance/challenges/workshop/requirements.txt +++ b/03-Azure/01-04-AI/05_AI_Governance/challenges/workshop/requirements.txt @@ -239,7 +239,7 @@ pygments==2.20.0 # via # ipython # ipython-pygments-lexers -pyjwt==2.12.1 +pyjwt==2.13.0 # via msal pyparsing==3.3.2 # via matplotlib