From 3f92b16aacb47d3b13f6c004622d0aa1a41097f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 03:14:52 +0000 Subject: [PATCH] build(deps): bump pyjwt from 2.11.0 to 2.13.0 in /connectors/github Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.11.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.11.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- connectors/github/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectors/github/requirements.txt b/connectors/github/requirements.txt index 55ae25e52..1f327cc1b 100644 --- a/connectors/github/requirements.txt +++ b/connectors/github/requirements.txt @@ -1,2 +1,2 @@ -pyjwt==2.11.0 +pyjwt==2.13.0 cryptography==36.0.1 # Required by PyJWT for RS256 algorithm (RSA signature) supportExpand comment \ No newline at end of file