Skip to content

Update urllib3 to 1.25.9#228

Closed
pyup-bot wants to merge 2 commits intomasterfrom
pyup-update-urllib3-1.25.7-to-1.25.9
Closed

Update urllib3 to 1.25.9#228
pyup-bot wants to merge 2 commits intomasterfrom
pyup-update-urllib3-1.25.7-to-1.25.9

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates urllib3 from 1.25.7 to 1.25.9.

Changelog

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 <https://github.com/urllib3/urllib3/issues/1850>`_
for more information on how to fix your proxy config. (Pull 1851)

* Drain connection after ``PoolManager`` redirect (Pull 1817)

* Ensure ``load_verify_locations`` raises ``SSLError`` for all backends (Pull 1812)

* Rename ``VerifiedHTTPSConnection`` to ``HTTPSConnection`` (Pull 1805)

* Allow the CA certificate data to be passed as a string (Pull 1804)

* Raise ``ValueError`` if method contains control characters (Pull 1800)

* Add ``__repr__`` to ``Timeout`` (Pull 1795)

1.25.8

-------------------

* Drop support for EOL Python 3.4 (Pull 1774)

* Optimize _encode_invalid_chars (Pull 1787)
Links

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #254

@pyup-bot pyup-bot closed this Jul 22, 2020
@joaogarciadelima joaogarciadelima deleted the pyup-update-urllib3-1.25.7-to-1.25.9 branch July 22, 2020 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant