Skip to content

Update urllib3 to 1.25.9#132

Closed
pyup-bot wants to merge 1 commit into
masterfrom
pyup-update-urllib3-1.25.7-to-1.25.9
Closed

Update urllib3 to 1.25.9#132
pyup-bot wants to merge 1 commit into
masterfrom
pyup-update-urllib3-1.25.7-to-1.25.9

Conversation

@pyup-bot
Copy link
Copy Markdown
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

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 16, 2020

Codecov Report

Merging #132 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #132   +/-   ##
=======================================
  Coverage   30.00%   30.00%           
=======================================
  Files           3        3           
  Lines          10       10           
=======================================
  Hits            3        3           
  Misses          7        7           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 153162f...2528aca. Read the comment docs.

@pyup-bot
Copy link
Copy Markdown
Collaborator Author

Closing this in favor of #163

@pyup-bot pyup-bot closed this Jul 22, 2020
@engnogueira engnogueira deleted the pyup-update-urllib3-1.25.7-to-1.25.9 branch July 22, 2020 18:42
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