From dbdd1ee8cc2f5eee43a03cd83c70b105be33a46f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 03:20:18 +0000 Subject: [PATCH] Bump pyjwt from 2.12.0 to 2.13.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.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.12.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.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 d513aacf..a8572bc3 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,<2.13.0", + "PyJWT>=2.10.1,<2.14.0", "websockets~=15.0.1", "Jinja2~=3.1.6", "defusedxml>=0.7.1", diff --git a/requirements.pypy.txt b/requirements.pypy.txt index 9d96f779..7edb534a 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.12.0 +PyJWT==2.13.0 websockets~=15.0.1 # For tests: Flask[async]==3.1.1 diff --git a/requirements.txt b/requirements.txt index 84d646c1..7e322001 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.12.0 +PyJWT==2.13.0 websockets~=15.0.1 httptools==0.6.4 async-timeout>=4.0.0; python_version < '3.11'