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]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent b6b8a18 commit b75fb31
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 40 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
22 changes: 9 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ amqp==5.1.1
# via kombu
arrow==1.2.3
# via isoduration
async-timeout==4.0.3
# via redis
attrs==24.3.0
# via
# jsonschema
Expand All @@ -23,18 +21,18 @@ blinker==1.9.0
# flask
# gds-metrics
# sentry-sdk
boto3==1.34.100
boto3[crt]==1.34.100
# via
# celery
# kombu
# notifications-utils
botocore==1.34.100
botocore[crt]==1.34.100
# via
# boto3
# s3transfer
cachetools==5.5.0
# via notifications-utils
celery==5.4.0
celery[sqs]==5.4.0
# via
# -r requirements.in
# sentry-sdk
Expand Down Expand Up @@ -98,7 +96,7 @@ greenlet==3.0.3
# via
# eventlet
# sqlalchemy
gunicorn @ git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64
gunicorn[eventlet] @ git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64
# via
# -r requirements.in
# notifications-utils
Expand All @@ -124,11 +122,11 @@ jmespath==1.0.1
# botocore
jsonpointer==2.3
# via jsonschema
jsonschema==4.23.0
jsonschema[format]==4.23.0
# via -r requirements.in
jsonschema-specifications==2024.10.1
# via jsonschema
kombu==5.3.7
kombu[sqs]==5.3.7
# via celery
mako==1.2.3
# via alembic
Expand All @@ -149,7 +147,7 @@ mistune==0.8.4
# via notifications-utils
notifications-python-client==10.0.1
# via -r requirements.in
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@7322d3573eb54285166cae84da22edfae8067f02
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@93.0.0
# via -r requirements.in
ordered-set==4.1.0
# via notifications-utils
Expand All @@ -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 Expand Up @@ -212,10 +210,8 @@ s3transfer==0.10.1
# via boto3
segno==1.6.1
# via notifications-utils
sentry-sdk==1.38.0
sentry-sdk[celery,flask,sqlalchemy]==1.38.0
# via -r requirements.in
setuptools==75.6.0
# via gunicorn
six==1.16.0
# via
# click-repl
Expand Down
72 changes: 46 additions & 26 deletions requirements_for_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ arrow==1.2.3
# via
# -r requirements.txt
# isoduration
async-timeout==4.0.3
# via
# -r requirements.txt
# redis
attrs==24.3.0
# via
# -r requirements.txt
Expand All @@ -42,12 +38,15 @@ blinker==1.9.0
# -r requirements.txt
# flask
# gds-metrics
boto3==1.34.100
# sentry-sdk
boto3[crt]==1.34.100
# via
# -r requirements.txt
# celery
# kombu
# moto
# notifications-utils
botocore==1.34.100
botocore[crt]==1.34.100
# via
# -r requirements.txt
# boto3
Expand All @@ -57,8 +56,10 @@ cachetools==5.5.0
# via
# -r requirements.txt
# notifications-utils
celery==5.4.0
# via -r requirements.txt
celery[sqs]==5.4.0
# via
# -r requirements.txt
# sentry-sdk
certifi==2023.7.22
# via
# -r requirements.txt
Expand Down Expand Up @@ -126,6 +127,7 @@ flask==3.1.0
# flask-sqlalchemy
# gds-metrics
# notifications-utils
# sentry-sdk
flask-bcrypt==1.0.1
# via -r requirements.txt
flask-marshmallow==1.3.0
Expand All @@ -141,7 +143,9 @@ flask-sqlalchemy==3.0.2
# -r requirements.txt
# flask-migrate
fqdn==1.5.1
# via -r requirements.txt
# via
# -r requirements.txt
# jsonschema
freezegun==1.5.1
# via -r requirements_for_test_common.in
gds-metrics @ git+https://github.com/alphagov/gds_metrics_python.git@6f1840a57b6fb1ee40b7e84f2f18ec229de8aa72
Expand All @@ -155,21 +159,24 @@ greenlet==3.0.3
# -r requirements.txt
# eventlet
# sqlalchemy
gunicorn @ git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64
gunicorn[eventlet] @ git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64
# via
# -r requirements.txt
# notifications-utils
idna==3.7
# via
# -r requirements.txt
# jsonschema
# requests
# trustme
iniconfig==2.0.0
# via pytest
iso8601==2.1.0
# via -r requirements.txt
isoduration==20.11.0
# via -r requirements.txt
# via
# -r requirements.txt
# jsonschema
itsdangerous==2.2.0
# via
# -r requirements.txt
Expand All @@ -187,14 +194,16 @@ jmespath==1.0.1
# boto3
# botocore
jsonpointer==2.3
# via -r requirements.txt
jsonschema==4.23.0
# via
# -r requirements.txt
# jsonschema
jsonschema[format]==4.23.0
# via -r requirements.txt
jsonschema-specifications==2024.10.1
# via
# -r requirements.txt
# jsonschema
kombu==5.3.7
kombu[sqs]==5.3.7
# via
# -r requirements.txt
# celery
Expand All @@ -207,6 +216,7 @@ markupsafe==2.1.1
# -r requirements.txt
# jinja2
# mako
# sentry-sdk
# werkzeug
marshmallow==3.18.0
# via
Expand All @@ -225,7 +235,7 @@ mypy-extensions==1.0.0
# via black
notifications-python-client==10.0.1
# via -r requirements.txt
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@7322d3573eb54285166cae84da22edfae8067f02
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@93.0.0
# via -r requirements.txt
ordered-set==4.1.0
# via
Expand Down Expand Up @@ -261,8 +271,11 @@ psycopg2-binary==2.9.10
pycparser==2.21
# via cffi
pycurl==7.44.1
# via -r requirements.txt
pyjwt==2.10.0
# via
# -r requirements.txt
# celery
# kombu
pyjwt==2.10.1
# via
# -r requirements.txt
# notifications-python-client
Expand Down Expand Up @@ -331,9 +344,13 @@ requests-mock==1.12.1
responses==0.25.3
# via moto
rfc3339-validator==0.1.4
# via -r requirements.txt
# via
# -r requirements.txt
# jsonschema
rfc3987==1.3.8
# via -r requirements.txt
# via
# -r requirements.txt
# jsonschema
rpds-py==0.22.3
# via
# -r requirements.txt
Expand All @@ -349,12 +366,8 @@ segno==1.6.1
# via
# -r requirements.txt
# notifications-utils
sentry-sdk==1.38.0
sentry-sdk[celery,flask,sqlalchemy]==1.38.0
# via -r requirements.txt
setuptools==75.6.0
# via
# -r requirements.txt
# gunicorn
six==1.16.0
# via
# -r requirements.txt
Expand All @@ -373,6 +386,7 @@ sqlalchemy==1.4.41
# alembic
# flask-sqlalchemy
# marshmallow-sqlalchemy
# sentry-sdk
statsd==4.0.1
# via
# -r requirements.txt
Expand All @@ -384,11 +398,15 @@ tzdata==2024.1
# -r requirements.txt
# celery
uri-template==1.2.0
# via -r requirements.txt
# via
# -r requirements.txt
# jsonschema
urllib3==1.26.19
# via
# -r requirements.txt
# botocore
# celery
# kombu
# requests
# responses
# sentry-sdk
Expand All @@ -403,7 +421,9 @@ wcwidth==0.2.5
# -r requirements.txt
# prompt-toolkit
webcolors==1.12
# via -r requirements.txt
# via
# -r requirements.txt
# jsonschema
werkzeug==3.1.3
# via
# -r requirements.txt
Expand Down

0 comments on commit b75fb31

Please sign in to comment.