From 9e9f43d91daf83b93ae5ebb50117403411da13d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 23:46:41 +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: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.pypy.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0e61859b..d513aacf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ jinja = ["Jinja2~=3.1.6"] xml = ["defusedxml>=0.7.1"] full = [ "cryptography>=45.0.2,<47.0.0", - "PyJWT~=2.10.1", + "PyJWT>=2.10.1,<2.13.0", "websockets~=15.0.1", "Jinja2~=3.1.6", "defusedxml>=0.7.1", diff --git a/requirements.pypy.txt b/requirements.pypy.txt index d62fe927..9d96f779 100644 --- a/requirements.pypy.txt +++ b/requirements.pypy.txt @@ -7,7 +7,7 @@ itsdangerous~=2.2.0 cryptography>=45.0.2,<47.0.0 h11==0.16.0 Jinja2~=3.1.6 -PyJWT==2.10.1 +PyJWT==2.12.0 websockets~=15.0.1 # For tests: Flask[async]==3.1.1 diff --git a/requirements.txt b/requirements.txt index 1cba17f9..84d646c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ cryptography>=45.0.2,<47.0.0 h11==0.16.0 h2>=4.0.0,<5.0.0 Jinja2~=3.1.6 -PyJWT==2.10.1 +PyJWT==2.12.0 websockets~=15.0.1 httptools==0.6.4 async-timeout>=4.0.0; python_version < '3.11'