Update dependency urllib3 to v1.26.9
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
urllib3 (source) | ironbank-pypi | patch |
1.26.8 -> 1.26.9
|
Release Notes
urllib3/urllib3
v1.26.9
If you or your organization rely on urllib3 consider supporting us via GitHub Sponsors.
- Changed
urllib3[brotli]
extra to favor installing Brotli libraries that are still receiving updates likebrotli
andbrotlicffi
instead 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_hostname
being forwarded fromPoolManager
toHTTPConnectionPool
when requesting an HTTP URL. Should only be forwarded when requesting an HTTPS URL.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.