diff --git a/requirements/prod.txt b/requirements/prod.txt index 5d22d3b1df6..e27fe316348 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -69,9 +69,9 @@ Pillow==4.1.1 \ --hash=sha256:517bab9a3a5dceab77c850cbaf8700ce662b12f41c80abfceeb7120fd09886ae \ --hash=sha256:86b380e5302502654df5de3de99fc93c57220d7d2635e548c532600fd46f973c # PyJWT is required by djangorestframework-jwt -PyJWT==1.5.0 \ - --hash=sha256:ad60a3fb9b393667864ed4b8abc9c3b570747f80bf77a113ead2fbaf0f0cedf3 \ - --hash=sha256:fd182b728d13f04c289d9b2623d09256d356c9b4a6778018001454a954d7c54b +PyJWT==1.5.1 \ + --hash=sha256:715813107a3e75c4479a32dfae4b3fbdb617e5037400e53a1c5a6bcb53c07795 \ + --hash=sha256:d6b363d2015c33afd63dfd961d38ae40e97f7abd3db50c87ac626238bc1039a0 SQLAlchemy==0.7.5 \ --hash=sha256:7e31190a15753694dcb6f4399ce7d02091b0bccf825272d6254e56144debfd18 # pyup: ==0.7.5 amo-validator==1.10.66 \ diff --git a/tests/ui/requirements.txt b/tests/ui/requirements.txt index 327cb27314b..f45e5d5ff9a 100644 --- a/tests/ui/requirements.txt +++ b/tests/ui/requirements.txt @@ -1,5 +1,5 @@ fxapom==1.10.0 -PyJWT==1.5.0 +PyJWT==1.5.1 PyPOM==1.2.0 pytest==3.1.2 pytest-instafail==0.3.0