Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pyjwt from 2.9.0 to 2.10.1 #1486

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading