Skip to content

Commit

Permalink
Merge pull request #4336 from alphagov/dependabot/pip/pyjwt-2.10.1
Browse files Browse the repository at this point in the history
Bump pyjwt from 2.10.0 to 2.10.1
  • Loading branch information
quis authored Jan 14, 2025
2 parents aff0865 + 37cf65b commit 94d1816
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ marshmallow==3.18.0
# Requests pinned to 2.32.2 until https://github.com/psf/requests/issues/6730 is fixed. Once so, we can remove this pin
requests==2.32.2
psycopg2-binary==2.9.10
PyJWT==2.10.0
PyJWT==2.10.1
SQLAlchemy==1.4.41

notifications-python-client==10.0.1
Expand Down
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ gds-metrics @ git+https://github.com/alphagov/gds_metrics_python.git@6f1840a57b6
govuk-bank-holidays==0.15
# via notifications-utils
greenlet==3.0.3
# via
# eventlet
# sqlalchemy
# via eventlet
gunicorn @ git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64
# via
# -r requirements.in
Expand Down Expand Up @@ -171,7 +169,7 @@ pycurl==7.44.1
# via
# celery
# kombu
pyjwt==2.10.0
pyjwt==2.10.1
# via
# -r requirements.in
# notifications-python-client
Expand Down
3 changes: 1 addition & 2 deletions requirements_for_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ greenlet==3.0.3
# via
# -r requirements.txt
# eventlet
# sqlalchemy
gunicorn @ git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64
# via
# -r requirements.txt
Expand Down Expand Up @@ -262,7 +261,7 @@ pycparser==2.21
# via cffi
pycurl==7.44.1
# via -r requirements.txt
pyjwt==2.10.0
pyjwt==2.10.1
# via
# -r requirements.txt
# notifications-python-client
Expand Down

0 comments on commit 94d1816

Please sign in to comment.