-
Notifications
You must be signed in to change notification settings - Fork 28
chore(deps): bump pyjwt from 2.12.0 to 2.12.1 #468
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ idna==3.11 ; python_version >= "3.10" and python_version < "4.0" | |
| jwcrypto==1.5.6 ; python_version >= "3.10" and python_version < "4.0" | ||
| pycparser==3.0 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy" and implementation_name != "PyPy" | ||
| pydash==8.0.6 ; python_version >= "3.10" and python_version < "4.0" | ||
| pyjwt==2.12.0 ; python_version >= "3.10" and python_version < "4.0" | ||
| pyjwt==2.12.1 ; python_version >= "3.10" and python_version < "4.0" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You've upgraded the version of pyjwt from 2.12.0 to 2.12.1. As with any change in a project's dependencies, make sure to test the application to ensure this change has no negative effects. Also, it is always a good idea to check the changelog of pyjwt to see what changes come with this update. It can contain important information about any bugs, patches or new features of this updated version. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's important to ensure that the newer 2.12.1 version of PyJWT doesn't introduce any breaking changes that affect our implementation and that it maintains compatibility with other packages in our project. This should include validation by unit or integration tests. |
||
| python-box==7.4.1 ; python_version >= "3.10" and python_version < "4.0" | ||
| python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "4.0" | ||
| pytz==2026.1.post1 ; python_version >= "3.10" and python_version < "4.0" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The package 'pyjwt' has been updated from version 2.12.0 to 2.12.1. Make sure to thoroughly test the updated package with your application. Consider running unit tests, integration tests, and acceptance tests to ensure that this update does not introduce bugs.