From 8271777ac86c8d074c71aeb1b3e02ae1ef5c1ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:59:57 +0000 Subject: [PATCH] Bump pyjwt from 2.9.0 to 2.10.1 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.9.0 to 2.10.1. - [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.9.0...2.10.1) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 6 +++++- requirements/functests.txt | 6 +++++- requirements/lint.txt | 7 ++++++- requirements/prod.txt | 4 +++- requirements/tests.txt | 6 +++++- requirements/typecheck.txt | 6 +++++- 6 files changed, 29 insertions(+), 6 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 72aa6276..c29b20ed 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -54,6 +54,10 @@ google-auth==2.26.2 # google-auth-oauthlib google-auth-oauthlib==1.2.1 # via -r requirements/prod.txt +greenlet==3.1.1 + # via + # -r requirements/prod.txt + # sqlalchemy gunicorn==23.0.0 # via -r requirements/prod.txt h-assets==1.0.7 @@ -176,7 +180,7 @@ pycparser==2.21 # cffi pygments==2.17.2 # via ipython -pyjwt==2.9.0 +pyjwt==2.10.1 # via -r requirements/prod.txt pyproject-hooks==1.0.0 # via diff --git a/requirements/functests.txt b/requirements/functests.txt index d0325bf0..68da5516 100644 --- a/requirements/functests.txt +++ b/requirements/functests.txt @@ -52,6 +52,10 @@ google-auth==2.26.2 # google-auth-oauthlib google-auth-oauthlib==1.2.1 # via -r requirements/prod.txt +greenlet==3.1.1 + # via + # -r requirements/prod.txt + # sqlalchemy gunicorn==23.0.0 # via -r requirements/prod.txt h-assets==1.0.7 @@ -170,7 +174,7 @@ pycparser==2.21 # via # -r requirements/prod.txt # cffi -pyjwt==2.9.0 +pyjwt==2.10.1 # via -r requirements/prod.txt pyproject-hooks==1.0.0 # via diff --git a/requirements/lint.txt b/requirements/lint.txt index 41263600..62506b43 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -83,6 +83,11 @@ google-auth-oauthlib==1.2.1 # via # -r requirements/functests.txt # -r requirements/tests.txt +greenlet==3.1.1 + # via + # -r requirements/functests.txt + # -r requirements/tests.txt + # sqlalchemy gunicorn==23.0.0 # via # -r requirements/functests.txt @@ -255,7 +260,7 @@ pycparser==2.21 # -r requirements/functests.txt # -r requirements/tests.txt # cffi -pyjwt==2.9.0 +pyjwt==2.10.1 # via # -r requirements/functests.txt # -r requirements/tests.txt diff --git a/requirements/prod.txt b/requirements/prod.txt index afddab82..5c131807 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -28,6 +28,8 @@ google-auth==2.26.2 # via google-auth-oauthlib google-auth-oauthlib==1.2.1 # via -r requirements/prod.in +greenlet==3.1.1 + # via sqlalchemy gunicorn==23.0.0 # via -r requirements/prod.in h-assets==1.0.7 @@ -93,7 +95,7 @@ pyasn1-modules==0.3.0 # via google-auth pycparser==2.21 # via cffi -pyjwt==2.9.0 +pyjwt==2.10.1 # via -r requirements/prod.in pyramid==2.0.2 # via diff --git a/requirements/tests.txt b/requirements/tests.txt index 1bec8c1f..38e0a360 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -54,6 +54,10 @@ google-auth==2.26.2 # google-auth-oauthlib google-auth-oauthlib==1.2.1 # via -r requirements/prod.txt +greenlet==3.1.1 + # via + # -r requirements/prod.txt + # sqlalchemy gunicorn==23.0.0 # via -r requirements/prod.txt h-assets==1.0.7 @@ -172,7 +176,7 @@ pycparser==2.21 # via # -r requirements/prod.txt # cffi -pyjwt==2.9.0 +pyjwt==2.10.1 # via -r requirements/prod.txt pyproject-hooks==1.0.0 # via diff --git a/requirements/typecheck.txt b/requirements/typecheck.txt index 20bfaba2..87030d0c 100644 --- a/requirements/typecheck.txt +++ b/requirements/typecheck.txt @@ -44,6 +44,10 @@ google-auth==2.26.2 # google-auth-oauthlib google-auth-oauthlib==1.2.1 # via -r requirements/prod.txt +greenlet==3.1.1 + # via + # -r requirements/prod.txt + # sqlalchemy gunicorn==23.0.0 # via -r requirements/prod.txt h-assets==1.0.7 @@ -152,7 +156,7 @@ pycparser==2.21 # via # -r requirements/prod.txt # cffi -pyjwt==2.9.0 +pyjwt==2.10.1 # via -r requirements/prod.txt pyproject-hooks==1.1.0 # via