Skip to content

chore(deps): update dependency urllib3 to v2.7.0 - #89

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/urllib3-2.x
Open

chore(deps): update dependency urllib3 to v2.7.0#89
renovate[bot] wants to merge 1 commit into
developfrom
renovate/urllib3-2.x

Conversation

@renovate

@renovate renovate Bot commented May 7, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
urllib3 (changelog) ==2.6.3==2.7.0 age confidence

Release Notes

urllib3/urllib3 (urllib3)

v2.7.0

Compare Source

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

Security

Addressed high-severity security issues.
Impact was limited to specific use cases detailed in the accompanying
advisories; overall user exposure was estimated to be marginal.

  • Decompression-bomb safeguards of the streaming API were bypassed:

    1. When HTTPResponse.drain_conn() was called after the response had been
      read and decompressed partially.
    2. During the second HTTPResponse.read(amt=N) or
      HTTPResponse.stream(amt=N) call when the response was decompressed
      using the official Brotli <https://pypi.org/project/brotli/>__ library.

    See GHSA-mf9v-mfxr-j63j <https://github.com/urllib3/urllib3/security/advisories/GHSA-mf9v-mfxr-j63j>__
    for details.

  • HTTP pools created using ProxyManager.connection_from_url did not strip
    sensitive headers specified in Retry.remove_headers_on_redirect when
    redirecting to a different host.
    (GHSA-qccp-gfcp-xxvc <https://github.com/urllib3/urllib3/security/advisories/GHSA-qccp-gfcp-xxvc>__)

Deprecations and Removals

  • Used FutureWarning instead of DeprecationWarning for better
    visibility of existing deprecation notices. Rescheduled the removal of
    deprecated features to version 3.0.
    (#&#8203;3763 <https://github.com/urllib3/urllib3/issues/3763>__)
  • Removed support for end-of-life Python 3.9.
    (#&#8203;3720 <https://github.com/urllib3/urllib3/issues/3720>__)
  • Removed support for end-of-life PyPy3.10.
    (#&#8203;4979 <https://github.com/urllib3/urllib3/issues/4979>__)
  • Bumped the minimum supported pyOpenSSL version to 19.0.0.
    (#&#8203;3777 <https://github.com/urllib3/urllib3/issues/3777>__)

Bugfixes

  • Fixed a bug where HTTPResponse.read(amt=None) was ignoring decompressed
    data buffered from previous partial reads.
    (#&#8203;3636 <https://github.com/urllib3/urllib3/issues/3636>__)
  • Fixed a bug where HTTPResponse.read() could cache only part of the
    response after a partial read when cache_content=True.
    (#&#8203;4967 <https://github.com/urllib3/urllib3/issues/4967>__)
  • Fixed HTTPResponse.stream() and HTTPResponse.read_chunked() to handle
    amt=0.
    (#&#8203;3793 <https://github.com/urllib3/urllib3/issues/3793>__)
  • Updated _TYPE_BODY type alias to include missing Iterable[str],
    matching the documented and runtime behavior of chunked request bodies.
    (#&#8203;3798 <https://github.com/urllib3/urllib3/issues/3798>__)
  • Fixed LocationParseError when paths resembling schemeless URIs were
    passed to HTTPConnectionPool.urlopen().
    (#&#8203;3352 <https://github.com/urllib3/urllib3/issues/3352>__)
  • Fixed BaseHTTPResponse.readinto() type annotation to accept
    memoryview in addition to bytearray, matching the
    io.RawIOBase.readinto contract and enabling use with
    io.BufferedReader without type errors.
    (#&#8203;3764 <https://github.com/urllib3/urllib3/issues/3764>__)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekday,every weekend"
  • Automerge
    • "after 10pm every weekday,before 7am every weekday,every weekend"

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label May 7, 2026
@renovate
renovate Bot enabled auto-merge May 7, 2026 21:48
@renovate
renovate Bot force-pushed the renovate/urllib3-2.x branch 2 times, most recently from 65192eb to 83f6a25 Compare May 13, 2026 00:38
@renovate
renovate Bot force-pushed the renovate/urllib3-2.x branch 4 times, most recently from c144db4 to 0b2d511 Compare May 24, 2026 21:55
@renovate
renovate Bot force-pushed the renovate/urllib3-2.x branch 2 times, most recently from 5f4c927 to 5827c4e Compare June 2, 2026 15:06
@renovate
renovate Bot force-pushed the renovate/urllib3-2.x branch 2 times, most recently from 4effa2e to aebc935 Compare June 17, 2026 18:46
@renovate
renovate Bot force-pushed the renovate/urllib3-2.x branch 3 times, most recently from 6804afe to afc5556 Compare July 7, 2026 16:38
@renovate
renovate Bot force-pushed the renovate/urllib3-2.x branch 4 times, most recently from 1ea3f14 to 517d297 Compare July 27, 2026 07:32
@renovate
renovate Bot force-pushed the renovate/urllib3-2.x branch 4 times, most recently from 979ce34 to 6d153fb Compare August 18, 2026 05:49
@renovate
renovate Bot force-pushed the renovate/urllib3-2.x branch from 6d153fb to c8a2702 Compare August 19, 2026 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants