-
Notifications
You must be signed in to change notification settings - Fork 28
chore(deps): bump cryptography from 46.0.3 to 46.0.5 #456
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
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 |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ arrow==1.4.0 ; python_full_version >= "3.9.2" and python_version < "4.0" | |
| certifi==2026.1.4 ; python_full_version >= "3.9.2" and python_version < "4.0" | ||
| cffi==2.0.0 ; python_full_version >= "3.9.2" and platform_python_implementation != "PyPy" and python_version < "4.0" | ||
| charset-normalizer==3.4.4 ; python_full_version >= "3.9.2" and python_version < "4.0" | ||
| cryptography==46.0.3 ; python_full_version >= "3.9.2" and python_version < "4.0" | ||
| cryptography==46.0.5 ; python_full_version >= "3.9.2" 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. Ensure that all dependencies of your project are compatible with this version of 'cryptography'. You should also review the release notes or changelog for 'cryptography==46.0.5' to understand if any breaking changes or new features are introduced that could impact your application. 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. The cryptography package has been updated from version 46.0.3 to 46.0.5. It's generally a good practice to keep libraries updated for improved security and performance. However, it's also necessary to do some integration testing after this update to ensure everything continues to work as expected. |
||
| flatdict==4.0.1 ; python_full_version >= "3.9.2" and python_version < "4.0" | ||
| idna==3.11 ; python_full_version >= "3.9.2" and python_version < "4.0" | ||
| jwcrypto==1.5.6 ; python_full_version >= "3.9.2" 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 version of the cryptography package has been updated from 46.0.3 to 46.0.5. It's important to ensure this newer version of the package doesn't introduce any breaking changes and is compatible with other dependencies in your project. Additionally, ensure to thoroughly test the application after updating the package to verify that everything still functions as expected.