Skip to content

Update urllib3 to 1.25.4#49

Closed
pyup-bot wants to merge 1 commit into
masterfrom
pyup-update-urllib3-1.25.3-to-1.25.4
Closed

Update urllib3 to 1.25.4#49
pyup-bot wants to merge 1 commit into
masterfrom
pyup-update-urllib3-1.25.3-to-1.25.4

Conversation

@pyup-bot

Copy link
Copy Markdown
Collaborator

This PR updates urllib3 from 1.25.3 to 1.25.4.

Changelog

1.25.4

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

* Propagate Retry-After header settings to subsequent retries. (Pull 1607)

* Fix edge case where Retry-After header was still respected even when
explicitly opted out of. (Pull 1607)

* Remove dependency on ``rfc3986`` for URL parsing.

* Fix issue where URLs containing invalid characters within ``Url.auth`` would
raise an exception instead of percent-encoding those characters.

* Add support for ``HTTPResponse.auto_close = False`` which makes HTTP responses
work well with BufferedReaders and other ``io`` module features. (Pull 1652)

* Percent-encode invalid characters in URL for ``HTTPConnectionPool.request()`` (Pull 1673)
Links

@codecov-io

Copy link
Copy Markdown

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #49   +/-   ##
=======================================
  Coverage   78.13%   78.13%           
=======================================
  Files           5        5           
  Lines         247      247           
=======================================
  Hits          193      193           
  Misses         54       54

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 620ad78...30fcf32. Read the comment docs.

@pyup-bot

Copy link
Copy Markdown
Collaborator Author

Closing this in favor of #50

@pyup-bot pyup-bot closed this Sep 20, 2019
@BarthJr BarthJr deleted the pyup-update-urllib3-1.25.3-to-1.25.4 branch September 20, 2019 02:30
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.

2 participants