Skip to content

Scheduled weekly dependency update for week 38#922

Merged
lukpueh merged 1 commit intodevelopfrom
pyup-scheduled-update-2019-09-23
Sep 24, 2019
Merged

Scheduled weekly dependency update for week 38#922
lukpueh merged 1 commit intodevelopfrom
pyup-scheduled-update-2019-09-23

Conversation

@pyup-bot
Copy link
Contributor

Update urllib3 from 1.25.3 to 1.25.5.

Changelog

1.25.5

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

* Add mitigation for BPO-37428 affecting Python <3.7.4 and OpenSSL 1.1.1+ which
caused certificate verification to be enabled when using ``cert_reqs=CERT_NONE``.
(Issue 1682)

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

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
@lukpueh lukpueh force-pushed the pyup-scheduled-update-2019-09-23 branch from bb438ff to 002eb82 Compare September 24, 2019 09:47
Copy link
Member

@lukpueh lukpueh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (see #916 (review) for review details)

@lukpueh lukpueh merged commit 6b4269c into develop Sep 24, 2019
@trishankatdatadog trishankatdatadog deleted the pyup-scheduled-update-2019-09-23 branch November 5, 2019 15:52
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