Nexmo / python-skeleton-app

Sample Python Flask Application to test environment setup
MIT License
0 stars 1 forks source link

Update dependency urllib3 to v1.25.9 #6

Open mend-for-github-com[bot] opened 2 years ago

mend-for-github-com[bot] commented 2 years ago

This PR contains the following updates:

Package Update Change
urllib3 (source) patch ==1.25.8 -> ==1.25.9

By merging this PR, the issue #1 will be automatically resolved and closed:

Severity CVSS Score CVE
High High 7.5 CVE-2021-33503
Medium Medium 6.5 CVE-2020-26137

Release Notes

urllib3/urllib3 ### [`v1.25.9`](https://togithub.com/urllib3/urllib3/blob/HEAD/CHANGES.rst#​1259-2020-04-16) [Compare Source](https://togithub.com/urllib3/urllib3/compare/1.25.8...1.25.9) \=================== - Added `InvalidProxyConfigurationWarning` which is raised when erroneously specifying an HTTPS proxy URL. urllib3 doesn't currently support connecting to HTTPS proxies but will soon be able to and we would like users to migrate properly without much breakage. See `this GitHub issue `\_ for more information on how to fix your proxy config. (Pull [#​1851](https://togithub.com/urllib3/urllib3/issues/1851)) - Drain connection after `PoolManager` redirect (Pull [#​1817](https://togithub.com/urllib3/urllib3/issues/1817)) - Ensure `load_verify_locations` raises `SSLError` for all backends (Pull [#​1812](https://togithub.com/urllib3/urllib3/issues/1812)) - Rename `VerifiedHTTPSConnection` to `HTTPSConnection` (Pull [#​1805](https://togithub.com/urllib3/urllib3/issues/1805)) - Allow the CA certificate data to be passed as a string (Pull [#​1804](https://togithub.com/urllib3/urllib3/issues/1804)) - Raise `ValueError` if method contains control characters (Pull [#​1800](https://togithub.com/urllib3/urllib3/issues/1800)) - Add `__repr__` to `Timeout` (Pull [#​1795](https://togithub.com/urllib3/urllib3/issues/1795))