Update dependency urllib3 to v2.2.2
This MR contains the following updates:
Package | Update | Change |
---|---|---|
urllib3 (changelog) | patch |
==2.2.1 -> ==2.2.2
|
Release Notes
urllib3/urllib3 (urllib3)
v2.2.2
==================
- Added the
Proxy-Authorization
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
. - Allowed passing negative integers as
amt
to read methods ofhttp.client.HTTPResponse
as an alternative toNone
. (#​3122 <https://github.com/urllib3/urllib3/issues/3122>
__) - Fixed return types representing copying actions to use
typing.Self
. (#​3363 <https://github.com/urllib3/urllib3/issues/3363>
__)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.