chore(deps): update dependency urllib3 to v2.1.0
This MR contains the following updates:
Package | Update | Change |
---|---|---|
urllib3 (changelog) | minor |
==2.0.7 -> ==2.1.0
|
Release Notes
urllib3/urllib3 (urllib3)
v2.1.0
==================
Read the v2 migration guide <https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html>
__ for help upgrading to the latest version of urllib3.
Removals
- Removed support for the deprecated urllib3[secure] extra. (
#​2680 <https://github.com/urllib3/urllib3/issues/2680>
__) - Removed support for the deprecated SecureTransport TLS implementation. (
#​2681 <https://github.com/urllib3/urllib3/issues/2681>
__) - Removed support for the end-of-life Python 3.7. (
#​3143 <https://github.com/urllib3/urllib3/issues/3143>
__)
Bugfixes
- Allowed loading CA certificates from memory for proxies. (
#​3065 <https://github.com/urllib3/urllib3/issues/3065>
__) - Fixed decoding Gzip-encoded responses which specified
x-gzip
content-encoding. (#​3174 <https://github.com/urllib3/urllib3/issues/3174>
__)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.