From 31d9a9ea136cc3898b16499651ef06f1250602ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 08:38:19 +0000 Subject: [PATCH] Bump pyjwt from 2.9.0 to 2.13.0 in /.devcontainer Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.9.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.9.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .devcontainer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/requirements.txt b/.devcontainer/requirements.txt index 5c7231f0963e3..0b462ee43ee79 100644 --- a/.devcontainer/requirements.txt +++ b/.devcontainer/requirements.txt @@ -472,7 +472,7 @@ pygments==2.18.0 # rich # sphinx # sphinx-tabs -pyjwt[crypto]==2.9.0 +pyjwt[crypto]==2.13.0 # via msal pyparsing==3.2.0 # via matplotlib