From bf0afdd2271845d61e9c9c0ee93a68a66501a0ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:41:23 +0000 Subject: [PATCH] Bump pyjwt from 2.10.1 to 2.13.0 in /requirements Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.1 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.10.1...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/functests.txt | 2 +- requirements/lint.txt | 2 +- requirements/prod.txt | 3 ++- requirements/tests.txt | 2 +- requirements/typecheck.txt | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 99e17b4408..89937f9146 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -266,7 +266,7 @@ pydantic-core==2.41.5 # pydantic pygments==2.17.2 # via ipython -pyjwt[crypto]==2.10.1 +pyjwt[crypto]==2.13.0 # via # -r prod.txt # pyramid-googleauth diff --git a/requirements/functests.txt b/requirements/functests.txt index c4b62e8f71..6ba15bcdad 100644 --- a/requirements/functests.txt +++ b/requirements/functests.txt @@ -261,7 +261,7 @@ pydantic-core==2.41.5 # pydantic pygments==2.19.2 # via pytest -pyjwt[crypto]==2.10.1 +pyjwt[crypto]==2.13.0 # via # -r prod.txt # pyramid-googleauth diff --git a/requirements/lint.txt b/requirements/lint.txt index 46f3692a6d..65677311a6 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -383,7 +383,7 @@ pygments==2.19.2 # -r functests.txt # -r tests.txt # pytest -pyjwt[crypto]==2.10.1 +pyjwt[crypto]==2.13.0 # via # -r functests.txt # -r tests.txt diff --git a/requirements/prod.txt b/requirements/prod.txt index 075ce6792c..b7298e4bce 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -162,9 +162,10 @@ pydantic==2.12.5 # via -r prod.in pydantic-core==2.41.5 # via pydantic -pyjwt[crypto]==2.10.1 +pyjwt[crypto]==2.13.0 # via # -r prod.in + # pyjwt # pyramid-googleauth pyramid==2.0.2 # via diff --git a/requirements/tests.txt b/requirements/tests.txt index fc673748d8..71cb216b73 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -274,7 +274,7 @@ pydantic-core==2.41.5 # pydantic pygments==2.19.2 # via pytest -pyjwt[crypto]==2.10.1 +pyjwt[crypto]==2.13.0 # via # -r prod.txt # pyramid-googleauth diff --git a/requirements/typecheck.txt b/requirements/typecheck.txt index 6ae38067a5..01f662f41c 100644 --- a/requirements/typecheck.txt +++ b/requirements/typecheck.txt @@ -241,7 +241,7 @@ pydantic-core==2.41.5 # via # -r prod.txt # pydantic -pyjwt[crypto]==2.10.1 +pyjwt[crypto]==2.13.0 # via # -r prod.txt # pyramid-googleauth