Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
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"
Copy link

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.

Copy link

Choose a reason for hiding this comment

The 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.

Copy link

Choose a reason for hiding this comment

The 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.

Copy link

Choose a reason for hiding this comment

The 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"
Expand Down
Loading