From 97c4ccfdce17186b7137e9e8039cc45429d33ab1 Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Wed, 9 Mar 2022 16:34:42 +0000 Subject: [PATCH] Update pyjwt from 2.0.1 to 2.3.0 --- requirements.in | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index 44f7d7c89..d788d2e45 100644 --- a/requirements.in +++ b/requirements.in @@ -1,5 +1,5 @@ # 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 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==2.21.0 # pyup: <3 # v3 throws errors psycopg2-binary==2.9.3 -PyJWT==2.0.1 +PyJWT==2.3.0 SQLAlchemy==1.4.10 strict-rfc3339==0.7 rfc3987==1.3.8 diff --git a/requirements.txt b/requirements.txt index 881b6984a..bbd01b834 100644 --- a/requirements.txt +++ b/requirements.txt @@ -168,7 +168,7 @@ pyasn1==0.4.8 # via rsa pycparser==2.20 # via cffi -pyjwt==2.0.1 +pyjwt==2.3.0 # via # -r requirements.in # notifications-python-client