Upgrading the dependencies doesn't work by itself as there was an issue with jwt token. This resolves that problem.
Description of changes:
Upgrading the 3rd-party Python dependencies
Step 1 above doesn't work by itself, as there was an issue with jwt token code in chalicelib/auth.py. Two simple adjustments to that file has everything working with the latest versions.
Upgrading the dependencies doesn't work by itself as there was an issue with jwt token. This resolves that problem.
Description of changes: