From 66a368f75cb68db86a9cbe390e4e1a1df209eac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:38:35 +0000 Subject: [PATCH] Bump pyjwt from 2.1.0 to 2.12.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.1.0 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.1.0...2.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cf1a24d..5648217 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ "httpx>=0.20", "envoy-utils>=0.0.1", "beautifulsoup4>=4.10.0", - "pyjwt==2.1.0", + "pyjwt==2.12.0", ] extra_requirements = {