Due to spam, we had to disable registrations and GitHub login. Please reach out to us at support@greenhost.net if you want to contribute.
This MR contains the following updates:
Package | Update | Change |
---|---|---|
urllib3 (source) | patch |
==1.26.7 -> ==1.26.8
|
v1.26.8
If you or your organization rely on urllib3 consider supporting us via GitHub Sponsors.
urllib3.exceptions.ProxyError
when urllib3 detects that a proxy is configured to use HTTPS but the proxy itself appears to only use HTTP.Retry.MAX_BACKOFF
class property in favor of Retry.DEFAULT_MAX_BACKOFF
to better match the rest of the default parameter names. Retry.MAX_BACKOFF
is removed in v2.0.ssl.match_hostname
function from urllib3.packages.ssl_match_hostname
to urllib3.util.ssl_match_hostname
to ensure Python 3.10+ compatibility after being repackaged by downstream distributors.This MR has been generated by Renovate Bot.