chore(deps): update dependency urllib3 to v1.26.16
This MR contains the following updates:
Package | Update | Change |
---|---|---|
urllib3 (changelog) | patch |
==1.26.12 -> ==1.26.16
|
Release Notes
urllib3/urllib3
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>
__)
v1.26.14
====================
- Fixed parsing of port 0 (zero) returning None, instead of 0. (
#​2850 <https://github.com/urllib3/urllib3/issues/2850>
__) - Removed deprecated getheaders() calls in contrib module. Fixed the type hint of
PoolKey.key_retries
by addingbool
to the union. (#​2865 <https://github.com/urllib3/urllib3/issues/2865>
__)
v1.26.13
====================
- Deprecated the
HTTMResponse.getheaders()
andHTTMResponse.getheader()
methods. - Fixed an issue where parsing a URL with leading zeroes in the port would be rejected even when the port number after removing the zeroes was valid.
- Fixed a deprecation warning when using cryptography v39.0.0.
- Removed the
<4
in theRequires-Python
packaging metadata field.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.