Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Update dependency urllib3 from 1.26.7 to 1.26.15#24

Merged
rchaing-figure merged 1 commit intomainfrom
renovate/urllib3-1.x
May 2, 2023
Merged

Update dependency urllib3 from 1.26.7 to 1.26.15#24
rchaing-figure merged 1 commit intomainfrom
renovate/urllib3-1.x

Conversation

@figure-renovate
Copy link
Copy Markdown
Contributor

@figure-renovate figure-renovate bot commented Dec 22, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
urllib3 (changelog) ==1.26.7 -> ==1.26.15 age adoption passing confidence

Release Notes

urllib3/urllib3

v1.26.15

Compare Source

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

  • Fix socket timeout value when HTTPConnection is reused (#&#8203;2645 <https://github.com/urllib3/urllib3/issues/2645>__)
  • Remove "!" character from the unreserved characters in IPv6 Zone ID parsing
    (#&#8203;2899 <https://github.com/urllib3/urllib3/issues/2899>__)
  • Fix IDNA handling of '\x80' byte (#&#8203;2901 <https://github.com/urllib3/urllib3/issues/2901>__)

v1.26.14

Compare Source

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

  • Fixed parsing of port 0 (zero) returning None, instead of 0. (#&#8203;2850 <https://github.com/urllib3/urllib3/issues/2850>__)
  • Removed deprecated getheaders() calls in contrib module. Fixed the type hint of PoolKey.key_retries by adding bool to the union. (#&#8203;2865 <https://github.com/urllib3/urllib3/issues/2865>__)

v1.26.13

Compare Source

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

  • Deprecated the HTTPResponse.getheaders() and HTTPResponse.getheader() methods.
  • Fixed an issue where parsing a URL with leading zeroes in the port would be rejected
    even when the port number after removing the zeroes was valid.
  • Fixed a deprecation warning when using cryptography v39.0.0.
  • Removed the <4 in the Requires-Python packaging metadata field.

v1.26.12

Compare Source

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

  • Deprecated the urllib3[secure] extra and the urllib3.contrib.pyopenssl module.
    Both will be removed in v2.x. See this GitHub issue <https://github.com/urllib3/urllib3/issues/2680>_
    for justification and info on how to migrate.

v1.26.11

Compare Source

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

  • Fixed an issue where reading more than 2 GiB in a call to HTTPResponse.read would
    raise an OverflowError on Python 3.9 and earlier.

v1.26.10

Compare Source

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

  • Removed support for Python 3.5
  • Fixed an issue where a ProxyError recommending configuring the proxy as HTTP
    instead of HTTPS could appear even when an HTTPS proxy wasn't configured.

v1.26.9

Compare Source

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

  • Changed urllib3[brotli] extra to favor installing Brotli libraries that are still
    receiving updates like brotli and brotlicffi instead of brotlipy.
    This change does not impact behavior of urllib3, only which dependencies are installed.
  • Fixed a socket leaking when HTTPSConnection.connect() raises an exception.
  • Fixed server_hostname being forwarded from PoolManager to HTTPConnectionPool
    when requesting an HTTP URL. Should only be forwarded when requesting an HTTPS URL.

v1.26.8

Compare Source

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

  • Added extra message to urllib3.exceptions.ProxyError when urllib3 detects that
    a proxy is configured to use HTTPS but the proxy itself appears to only use HTTP.
  • Added a mention of the size of the connection pool when discarding a connection due to the pool being full.
  • Added explicit support for Python 3.11.
  • Deprecated the Retry.MAX_BACKOFF class property in favor of Retry.DEFAULT_MAX_BACKOFF
    to better match the rest of the default parameter names. Retry.MAX_BACKOFF is removed in v2.0.
  • Changed location of the vendored ssl.match_hostname function from urllib3.packages.ssl_match_hostname
    to urllib3.util.ssl_match_hostname to ensure Python 3.10+ compatibility after being repackaged
    by downstream distributors.
  • Fixed absolute imports, all imports are now relative.

Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

@figure-renovate figure-renovate bot requested a review from a team December 22, 2022 15:04
@figure-renovate figure-renovate bot force-pushed the renovate/urllib3-1.x branch from 04a4bbd to d7f1ad9 Compare January 12, 2023 05:19
@figure-renovate figure-renovate bot changed the title Update dependency urllib3 from 1.26.7 to 1.26.13 Update dependency urllib3 from 1.26.7 to 1.26.14 Jan 12, 2023
@figure-renovate figure-renovate bot force-pushed the renovate/urllib3-1.x branch from d7f1ad9 to 5b128c1 Compare March 11, 2023 04:42
@figure-renovate figure-renovate bot changed the title Update dependency urllib3 from 1.26.7 to 1.26.14 Update dependency urllib3 from 1.26.7 to 1.26.15 Mar 11, 2023
@rchaing-figure rchaing-figure merged commit da628cc into main May 2, 2023
@rchaing-figure rchaing-figure deleted the renovate/urllib3-1.x branch May 2, 2023 19:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant