Bump urllib3 from 1.26.8 to 1.26.11 in /requirements
Bumps urllib3 from 1.26.8 to 1.26.11.
Release notes
Sourced from urllib3's releases.
1.26.11
If you or your organization rely on urllib3 consider supporting us via GitHub Sponsors.
:warning: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap
- Fixed an issue where reading more than 2 GiB in a call to HTTPResponse.read would raise an OverflowError on Python 3.9 and earlier.
1.26.10
If you or your organization rely on urllib3 consider supporting us via GitHub Sponsors.
:warning: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap
:closed_lock_with_key: This is the first release to be signed with Sigstore! You can verify the distributables using the
.sigand.crtfiles included on this release.
- Removed support for Python 3.5
- Fixed an issue where a
ProxyErrorrecommending configuring the proxy as HTTP instead of HTTPS could appear even when an HTTPS proxy wasn't configured.1.26.9
If you or your organization rely on urllib3 consider supporting us via GitHub Sponsors.
:warning: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap
:warning: This release will be the last release supporting Python 3.5. Please upgrade to a non-EOL Python version.
- Changed
urllib3[brotli]extra to favor installing Brotli libraries that are still receiving updates likebrotliandbrotlicffiinstead ofbrotlipy. This change does not impact behavior of urllib3, only which dependencies are installed.- Fixed a socket leaking when
HTTPSConnection.connect()raises an exception.- Fixed
server_hostnamebeing forwarded fromPoolManagertoHTTPConnectionPoolwhen requesting an HTTP URL. Should only be forwarded when requesting an HTTPS URL.
Changelog
Sourced from urllib3's changelog.
1.26.11 (2022-07-25)
- Fixed an issue where reading more than 2 GiB in a call to
HTTPResponse.readwould raise anOverflowErroron Python 3.9 and earlier.1.26.10 (2022-07-07)
- Removed support for Python 3.5
- Fixed an issue where a
ProxyErrorrecommending configuring the proxy as HTTP instead of HTTPS could appear even when an HTTPS proxy wasn't configured.1.26.9 (2022-03-16)
- Changed
urllib3[brotli]extra to favor installing Brotli libraries that are still receiving updates likebrotliandbrotlicffiinstead ofbrotlipy. This change does not impact behavior of urllib3, only which dependencies are installed.- Fixed a socket leaking when
HTTPSConnection.connect()raises an exception.- Fixed
server_hostnamebeing forwarded fromPoolManagertoHTTPConnectionPoolwhen requesting an HTTP URL. Should only be forwarded when requesting an HTTPS URL.
Commits
aa3def7Release 1.26.116f93b8fFixOverflowErrorwhen TLS is used on some Python versions0a5f34dSet GHA token permissions to be read-onlyac61b73Backport publish workflow and process to 1.26.x1fd77edRelease 1.26.1037ba002[1.26] Update paid contributor program with early feedbackdddbab3[1.26] Bump RECENT_DATE6dd01c7[1.26] Update docs for re-using HTTP connections after streaming2049c91Adds changing branches for installing from git docs for 1.26.xcb49505[1.26] Improve testing for IPv6 scoped addresses- Additional commits viewable in compare view
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 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)
@dependabot ignore this dependency
Subdep of boto3 and requests
OK, I won't notify you about urllib3 again, unless you re-open this PR or update it yourself. 😢
This is a fiddly one - urllib3 1.26.11 is incompatible with other ranges required by other things, but IS required by sentry-sdk if we bring that fully up to date via #12006
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.