Skip to content

Conversation

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

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #44

@pyup-bot pyup-bot closed this Sep 20, 2019
@source-nerd source-nerd deleted the pyup-update-urllib3-1.25.3-to-1.25.4 branch September 20, 2019 09:12
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