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))
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
==1.25.8
->==1.25.9
By merging this PR, the issue #1 will be automatically resolved and closed:
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