Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pyjwt to 1.5.1 #5744

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion tests/ui/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down