-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
chore(deps): pinning pyjwt to 2.4.0 #20297
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20297 +/- ##
==========================================
- Coverage 66.65% 66.65% -0.01%
==========================================
Files 1729 1729
Lines 64906 64906
Branches 6842 6842
==========================================
- Hits 43266 43265 -1
- Misses 19891 19892 +1
Partials 1749 1749
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
🏷️ preset:2022.23 |
* pinning pyjwt to 2.4.0 * Updating the max version based on PR comments * Update setup.py Co-authored-by: AAfghahi <48933336+AAfghahi@users.noreply.github.com> (cherry picked from commit d3670f1)
SUMMARY
Missed a spot with #20287 where we were still using a lower version of pyjwt.
Here is the change log for version 2.4.0 that we are moving to.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION