From a5397eb2a748fba7af57cb55f5a3a831701ceef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 06:32:14 +0000 Subject: [PATCH] Bump pyjwt from 2.4.0 to 2.13.0 in /python 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] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 75e8a090ce..23ec18af38 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -4,7 +4,7 @@ aiohttp_cors==0.7.0 cchardet==2.1.4;python_version<"3.9" cchardet==2.1.7;python_version>="3.9" yarl==1.7.2 -pyjwt==2.4.0 +pyjwt==2.13.0 # only required for Public Proxy multipart payload requests-toolbelt==0.9.1