Skip to content

Commit

Permalink
Bump pyjwt from 2.10.0 to 2.10.1
Browse files Browse the repository at this point in the history
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.0 to 2.10.1.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@2.10.0...2.10.1)

---
updated-dependencies:
- dependency-name: pyjwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Run make freeze-requirements with uv – quis
  • Loading branch information
dependabot[bot] authored and quis committed Jan 10, 2025
1 parent 54961d2 commit 37cf65b
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 37cf65b

Please sign in to comment.