-
Notifications
You must be signed in to change notification settings - Fork 28
chore(deps): bump certifi from 2026.1.4 to 2026.2.25 #465
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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| aenum==3.1.16 ; python_full_version >= "3.9.2" and python_version < "4.0" | ||
| 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" | ||
| certifi==2026.2.25 ; 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. Be aware of the potential impact this change might have on the project. The version of a library should not be changed without verifying the changes in the new version and how they might affect the project. Be sure to run all tests after updating this requirement and check the new version's documentation for any breaking changes. 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 'certifi' package has been updated to a newer version. Please ensure that this updated version is tested and compatible with your existing codebase to avoid unexpected errors or any breaking changes the update may introduce. 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. Please ensure that the updated version of 'certifi' ('2026.2.25') is compatible with your existing code base. This is especially important if your code uses specific functions or features from the 'certifi' library. Also, note any changes in dependencies from 'certifi' that could affect the functionality of your program. |
||
| 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.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 comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure that this update to 'certifi' does not break any functionality of the system. Run all tests again to verify this and recheck any code sections depending on this library if needed. Also, if there are any significant updates or changes in the new 'certifi' version that could improve our system or code, consider adapting those changes.