Skip to content

Update urllib3 to 1.26.8#145

Closed
pyup-bot wants to merge 1 commit into
masterfrom
pyup-update-urllib3-1.26.3-to-1.26.8
Closed

Update urllib3 to 1.26.8#145
pyup-bot wants to merge 1 commit into
masterfrom
pyup-update-urllib3-1.26.3-to-1.26.8

Conversation

@pyup-bot

@pyup-bot pyup-bot commented Jan 7, 2022

Copy link
Copy Markdown
Collaborator

This PR updates urllib3 from 1.26.3 to 1.26.8.

Changelog

1.26.7

===================

* Fixed a bug with HTTPS hostname verification involving IP addresses and lack
of SNI. (Issue 2400)
* Fixed a bug where IPv6 braces weren't stripped during certificate hostname
matching. (Issue 2240)

1.26.6

===================

* Deprecated the ``urllib3.contrib.ntlmpool`` module. urllib3 is not able to support
it properly due to `reasons listed in this issue <https://github.com/urllib3/urllib3/issues/2282>`_.
If you are a user of this module please leave a comment.
* Changed ``HTTPConnection.request_chunked()`` to not erroneously emit multiple
``Transfer-Encoding`` headers in the case that one is already specified.
* Fixed typo in deprecation message to recommend ``Retry.DEFAULT_ALLOWED_METHODS``.

1.26.5

===================

* Fixed deprecation warnings emitted in Python 3.10.
* Updated vendored ``six`` library to 1.16.0.
* Improved performance of URL parser when splitting
the authority component.

1.26.4

===================

* Changed behavior of the default ``SSLContext`` when connecting to HTTPS proxy
during HTTPS requests. The default ``SSLContext`` now sets ``check_hostname=True``.
Links

@pyup-bot pyup-bot mentioned this pull request Jan 7, 2022
@codecov

codecov Bot commented Jan 7, 2022

Copy link
Copy Markdown

Codecov Report

Merging #145 (8e82cf4) into master (b80bb2f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #145   +/-   ##
=======================================
  Coverage   96.12%   96.12%           
=======================================
  Files          12       12           
  Lines         129      129           
=======================================
  Hits          124      124           
  Misses          5        5           

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 b80bb2f...8e82cf4. Read the comment docs.

@pyup-bot

pyup-bot commented Jul 7, 2022

Copy link
Copy Markdown
Collaborator Author

Closing this in favor of #168

@pyup-bot pyup-bot closed this Jul 7, 2022
@Ernanidacosta
Ernanidacosta deleted the pyup-update-urllib3-1.26.3-to-1.26.8 branch July 7, 2022 20:06
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