From 5a24efea73283b463640ed4b7f12c0da85b9ee71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 09:59:59 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20pyjwt=20from=202.12.1=20to?= =?UTF-8?q?=202.13.0=20(#1112)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- scripts/make_release_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_release_requirements.txt b/scripts/make_release_requirements.txt index 9d30d9b..2f40068 100644 --- a/scripts/make_release_requirements.txt +++ b/scripts/make_release_requirements.txt @@ -24,7 +24,7 @@ pycparser==3.0 # via cffi pygithub==2.9.1 # via -r scripts/make_release_requirements.in -pyjwt[crypto]==2.12.1 +pyjwt[crypto]==2.13.0 # via pygithub pynacl==1.6.2 # via pygithub