From aa028cc0f02371597d864e4ad8a4011c814f8522 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 07:29:18 +0000 Subject: [PATCH] Bump pyjwt from 2.6.0 to 2.13.0 in /requirements Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.6.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.6.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index b74f2abd4..248db0dc0 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -212,7 +212,7 @@ pygments==2.14.0 # via # cumulusci # rich -pyjwt[crypto]==2.6.0 +pyjwt[crypto]==2.13.0 # via # -r requirements/prod.in # cumulusci