-
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
Conversation
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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 provided code diff represents a changeset where the urllib3 package version is updated within a Python project's requirements.txt file. No major issues are recognized that need resolution through this change.
| 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 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.
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 change in requirements.txt updates the version number of the urllib3 package. Assuming that this was done deliberately, the pull request doesn't raise any significant concerns about the change itself. However, the context of this update is not provided, and potential impacts on other components that rely on urllib3 are not clear.
| 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 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.
|
Looks like urllib3 is up-to-date now, so this is no longer needed. |
Bumps urllib3 from 2.5.0 to 2.6.0.
Release notes
Sourced from urllib3's releases.
Changelog
Sourced from urllib3's changelog.
... (truncated)
Commits
720f484Release 2.6.024d7b67Merge commit from forkc19571dMerge commit from fork816fcf0Bump actions/setup-python from 6.0.0 to 6.1.0 (#3725)18af0a1Improve speed ofBytesQueueBuffer.get()by using memoryview (#3711)1f6abacBump versions of pre-commit hooks (#3716)1c8fbf7Bump actions/checkout from 5.0.0 to 6.0.0 (#3722)7784b9eAdd Python 3.15 to CI (#3717)0241c9eUpdated docs to reflect change in optional zstd dependency fromzstandardt...7afcabbExpand environment variable of SSLKEYLOGFILE (#3705)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)