Update dependency urllib3 to v1.26.18
This MR contains the following updates:
Package | Update | Change |
---|---|---|
urllib3 (changelog) | patch |
==1.26.14 -> ==1.26.18
|
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
urllib3/urllib3
v1.26.18
====================
- Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses.
v1.26.17
====================
- Added the
Cookie
header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set viaRetry.remove_headers_on_redirect
. (#​3139 <https://github.com/urllib3/urllib3/pull/3139>
_)
v1.26.16
====================
- Fixed thread-safety issue where accessing a
PoolManager
with many distinct origins would cause connection pools to be closed while requests are in progress (#​2954 <https://github.com/urllib3/urllib3/pull/2954>
_)
v1.26.15
====================
- Fix socket timeout value when
HTTPConnection
is reused (#​2645 <https://github.com/urllib3/urllib3/issues/2645>
__) - Remove "!" character from the unreserved characters in IPv6 Zone ID parsing
(
#​2899 <https://github.com/urllib3/urllib3/issues/2899>
__) - Fix IDNA handling of '\x80' byte (
#​2901 <https://github.com/urllib3/urllib3/issues/2901>
__)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.