Skip to content

Conversation

@ibm-mend-app
Copy link
Contributor

@ibm-mend-app ibm-mend-app bot commented May 21, 2024

This PR contains the following updates:

Package Type Update Change
requests (source, changelog) dependencies minor 2.31.0 -> 2.32.3

Release Notes

psf/requests (requests)

v2.32.3

Compare Source

Bugfixes

  • Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of
    HTTPAdapter. (#​6716)
  • Fixed issue where Requests started failing to run on Python versions compiled
    without the ssl module. (#​6724)

v2.32.2

Compare Source

Deprecations

  • To provide a more stable migration for custom HTTPAdapters impacted
    by the CVE changes in 2.32.0, we've renamed _get_connection to
    a new public API, get_connection_with_tls_context. Existing custom
    HTTPAdapters will need to migrate their code to use this new API.
    get_connection is considered deprecated in all versions of Requests>=2.32.0.

    A minimal (2-line) example has been provided in the linked PR to ease
    migration, but we strongly urge users to evaluate if their custom adapter
    is subject to the same issue described in CVE-2024-35195. (#​6710)

v2.32.1

Compare Source

Bugfixes

  • Add missing test certs to the sdist distributed on PyPI.

v2.32.0

Compare Source

Security

  • Fixed an issue where setting verify=False on the first request from a
    Session will cause subsequent requests to the same origin to also ignore
    cert verification, regardless of the value of verify.
    (GHSA-9wx4-h78v-vm56)

Improvements

  • verify=True now reuses a global SSLContext which should improve
    request time variance between first and subsequent requests. It should
    also minimize certificate load time on Windows systems when using a Python
    version built with OpenSSL 3.x. (#​6667)
  • Requests now supports optional use of character detection
    (chardet or charset_normalizer) when repackaged or vendored.
    This enables pip and other projects to minimize their vendoring
    surface area. The Response.text() and apparent_encoding APIs
    will default to utf-8 if neither library is present. (#​6702)

Bugfixes

  • Fixed bug in length detection where emoji length was incorrectly
    calculated in the request content-length. (#​6589)
  • Fixed deserialization bug in JSONDecodeError. (#​6629)
  • Fixed bug where an extra leading / (path separator) could lead
    urllib3 to unnecessarily reparse the request URI. (#​6644)

Deprecations

  • Requests has officially added support for CPython 3.12 (#​6503)
  • Requests has officially added support for PyPy 3.9 and 3.10 (#​6641)
  • Requests has officially dropped support for CPython 3.7 (#​6642)
  • Requests has officially dropped support for PyPy 3.7 and 3.8 (#​6641)

Documentation

  • Various typo fixes and doc improvements.

Packaging

  • Requests has started adopting some modern packaging practices.
    The source files for the projects (formerly requests) is now located
    in src/requests in the Requests sdist. (#​6506)
  • Starting in Requests 2.33.0, Requests will migrate to a PEP 517 build system
    using hatchling. This should not impact the average user, but extremely old
    versions of packaging utilities may have issues with the new packaging format.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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

@ibm-mend-app ibm-mend-app bot force-pushed the whitesource-remediate/requests-2.x-lockfile branch from 2106029 to 3479d52 Compare May 22, 2024 00:45
@ibm-mend-app ibm-mend-app bot changed the title fix(deps): update dependency requests to v2.32.1 fix(deps): update dependency requests to v2.32.2 May 22, 2024
@ibm-mend-app ibm-mend-app bot force-pushed the whitesource-remediate/requests-2.x-lockfile branch from 3479d52 to ef944d5 Compare May 30, 2024 00:52
@ibm-mend-app ibm-mend-app bot changed the title fix(deps): update dependency requests to v2.32.2 fix(deps): update dependency requests to v2.32.3 May 30, 2024
@github-actions github-actions bot enabled auto-merge (squash) May 30, 2024 00:52
@ibm-mend-app ibm-mend-app bot force-pushed the whitesource-remediate/requests-2.x-lockfile branch from ef944d5 to 4d4a87c Compare May 30, 2024 10:33
@ibm-mend-app ibm-mend-app bot force-pushed the whitesource-remediate/requests-2.x-lockfile branch from 4d4a87c to b90f952 Compare May 30, 2024 18:01
@ibm-mend-app ibm-mend-app bot force-pushed the whitesource-remediate/requests-2.x-lockfile branch from b90f952 to fe66d0d Compare May 31, 2024 00:01
@ibm-mend-app ibm-mend-app bot force-pushed the whitesource-remediate/requests-2.x-lockfile branch from fe66d0d to 66c2d68 Compare May 31, 2024 07:51
@ibm-mend-app ibm-mend-app bot force-pushed the whitesource-remediate/requests-2.x-lockfile branch from 66c2d68 to 5e15045 Compare May 31, 2024 14:09
@ibm-mend-app ibm-mend-app bot force-pushed the whitesource-remediate/requests-2.x-lockfile branch from 5e15045 to dd3a6f1 Compare May 31, 2024 19:47
@ibm-mend-app ibm-mend-app bot force-pushed the whitesource-remediate/requests-2.x-lockfile branch from dd3a6f1 to bac4363 Compare May 31, 2024 23:55
@ibm-mend-app ibm-mend-app bot force-pushed the whitesource-remediate/requests-2.x-lockfile branch from bac4363 to 1686d10 Compare June 1, 2024 04:48
@github-actions github-actions bot merged commit cae9f89 into main Jun 1, 2024
@ibm-mend-app ibm-mend-app bot deleted the whitesource-remediate/requests-2.x-lockfile branch June 1, 2024 13:34
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.

0 participants