From 6dc03b292b3427145eb54814d3f0eb9883748136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 09:31:18 +0000 Subject: [PATCH] Bump pyjwt from 2.10.1 to 2.12.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.1 to 2.12.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.10.1...2.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 7f35a1bc..8a12ebdc 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -282,7 +282,7 @@ pygithub==2.8.1 # via gftools pygments==2.19.2 # via rich -pyjwt[crypto]==2.10.1 +pyjwt[crypto]==2.12.0 # via pygithub pynacl==1.6.2 # via pygithub diff --git a/requirements.txt b/requirements.txt index 206b16ad..501df627 100644 --- a/requirements.txt +++ b/requirements.txt @@ -285,7 +285,7 @@ pygithub==2.8.1 # via gftools pygments==2.19.2 # via rich -pyjwt[crypto]==2.10.1 +pyjwt[crypto]==2.12.0 # via pygithub pynacl==1.6.2 # via pygithub