Update dependency requests to v2.32.3
This MR contains the following updates:
Package | Update | Change |
---|---|---|
requests (source, changelog) | patch |
==2.32.1 -> ==2.32.3
|
Release Notes
psf/requests (requests)
v2.32.3
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
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 MR 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)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.