Update pyjwt from 2.0.1 to 2.3.0

This commit is contained in:
Katie Smith
2022-03-09 16:34:42 +00:00
parent 7fabc9d0c5
commit 97c4ccfdce
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Run `make freeze-requirements` to update requirements.txt # Run `make freeze-requirements` to update requirements.txt
# with package version changes made in requirements-app.txt # with package version changes made in requirements.in
cffi==1.15.0 cffi==1.15.0
celery[sqs]==5.2.3 celery[sqs]==5.2.3
@@ -17,7 +17,7 @@ jsonschema==3.2.0
marshmallow-sqlalchemy==0.23.1 # pyup: <0.24.0 # marshmallow v3 throws errors marshmallow-sqlalchemy==0.23.1 # pyup: <0.24.0 # marshmallow v3 throws errors
marshmallow==2.21.0 # pyup: <3 # v3 throws errors marshmallow==2.21.0 # pyup: <3 # v3 throws errors
psycopg2-binary==2.9.3 psycopg2-binary==2.9.3
PyJWT==2.0.1 PyJWT==2.3.0
SQLAlchemy==1.4.10 SQLAlchemy==1.4.10
strict-rfc3339==0.7 strict-rfc3339==0.7
rfc3987==1.3.8 rfc3987==1.3.8

View File

@@ -168,7 +168,7 @@ pyasn1==0.4.8
# via rsa # via rsa
pycparser==2.20 pycparser==2.20
# via cffi # via cffi
pyjwt==2.0.1 pyjwt==2.3.0
# via # via
# -r requirements.in # -r requirements.in
# notifications-python-client # notifications-python-client