-
Notifications
You must be signed in to change notification settings - Fork 26
chore(deps): bump urllib3 from 2.5.0 to 2.6.0 #436
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 |
|---|---|---|
|
|
@@ -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" | ||
|
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 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. |
||
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 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.