Update dependency urllib3 to v2.0.3
This MR contains the following updates:
Package | Update | Change |
---|---|---|
urllib3 (changelog) | patch |
==2.0.2 -> ==2.0.3
|
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
urllib3/urllib3
v2.0.3
==================
- Allowed alternative SSL libraries such as LibreSSL, while still issuing a warning as we cannot help users facing issues with implementations other than OpenSSL. (
#​3020 <https://github.com/urllib3/urllib3/issues/3020>
__) - Deprecated URLs which don't have an explicit scheme (
#​2950 <https://github.com/urllib3/urllib3/pull/2950>
_) - Fixed response decoding with Zstandard when compressed data is made of several frames. (
#​3008 <https://github.com/urllib3/urllib3/issues/3008>
__) - Fixed
assert_hostname=False
to correctly skip hostname check. (#​3051 <https://github.com/urllib3/urllib3/issues/3051>
__)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.