From 76e683eeed42bc50aade6c98628657bda344848b Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Tue, 17 May 2022 10:49:30 +0100 Subject: [PATCH] Update PyJWT from 2.3.0 to 2.4.0 --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index a3731eb79..dd3b63b05 100644 --- a/requirements.in +++ b/requirements.in @@ -17,7 +17,7 @@ jsonschema[format]==4.5.1 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.3.0 +PyJWT==2.4.0 SQLAlchemy==1.4.35 cachetools==5.0.0 beautifulsoup4==4.11.1 diff --git a/requirements.txt b/requirements.txt index c80c2d87a..60817f669 100644 --- a/requirements.txt +++ b/requirements.txt @@ -176,7 +176,7 @@ pyasn1==0.4.8 # via rsa pycparser==2.20 # via cffi -pyjwt==2.3.0 +pyjwt==2.4.0 # via # -r requirements.in # notifications-python-client