From bdb9fcff80bab4018bc895ac5199072261f1a084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 08:38:07 +0000 Subject: [PATCH] Bump pyjwt from 2.4.0 to 2.13.0 in /scripts Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.4.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.4.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 1ea9196..50d3bf5 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -6,6 +6,6 @@ docopt==0.6.2 idna==3.7 lxml==4.9.1 pycparser==2.21 -PyJWT==2.4.0 +PyJWT==2.13.0 requests==2.31.0 urllib3==1.26.19