Skip to content
Closed
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
Expand Up @@ -20,4 +20,4 @@ rsa==4.9.1 ; python_full_version >= "3.9.2" and python_version < "4"
six==1.17.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
typing-extensions==4.15.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
tzdata==2025.2 ; python_full_version >= "3.9.2" and python_version < "4.0"
urllib3==2.5.0 ; python_full_version >= "3.9.2" and python_version < "4.0"
urllib3==2.6.0 ; 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.

The version of urllib3 has been updated. Make sure to check if there are any breaking changes in this version that might affect the project. You may also want to test the application after this library upgrade to ensure everything still works as expected.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version of urllib3 has been updated from 2.5.0 to 2.6.0. If this was done for a specific reason such as to include new features or improvements from version 2.6.0, mention it briefly in the commit message or some documentation. Also, bear in mind to perform thorough testing to ensure this change does not break any functionality in the codebase that relies on urllib3.