Catch previously uncaught jwt exceptions added in python client 5.5.0

This fixes the test in the previous commit and means we will catch other
unexpected jwt errors which are now raised as `TokenError`s and raise an
AuthError based on this.

This will stop us serving 5xx to users when we don't catch an exception.

Also runs make freeze-requirements
This commit is contained in:
David McDonald
2020-01-24 17:29:43 +00:00
parent ba21d04080
commit 7a019df5a2
2 changed files with 6 additions and 3 deletions

View File

@@ -36,13 +36,13 @@ alembic==1.4.0
amqp==1.4.9
anyjson==0.3.3
attrs==19.3.0
awscli==1.17.16
awscli==1.17.17
bcrypt==3.1.7
billiard==3.3.0.23
bleach==3.1.0
boto==2.49.0
boto3==1.10.38
botocore==1.14.16
botocore==1.14.17
certifi==2019.11.28
chardet==3.0.4
Click==7.0