Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency requests to v2.32.3 #1391

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
requests (source, changelog) 2.32.1 -> 2.32.3 age adoption passing confidence

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)


Configuration

📅 Schedule: Branch creation - "every weekend" (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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 25, 2024
@renovate renovate bot force-pushed the renovate/requests-2.x-lockfile branch 7 times, most recently from 402b780 to 0fb0b9c Compare May 29, 2024 04:34
@renovate renovate bot changed the title fix(deps): update dependency requests to v2.32.2 fix(deps): update dependency requests to v2.32.3 May 29, 2024
@renovate renovate bot force-pushed the renovate/requests-2.x-lockfile branch 10 times, most recently from 831c2ef to 0901ee9 Compare June 5, 2024 04:03
@renovate renovate bot force-pushed the renovate/requests-2.x-lockfile branch 10 times, most recently from c398f70 to cdf34c3 Compare June 13, 2024 04:38
@renovate renovate bot force-pushed the renovate/requests-2.x-lockfile branch from cdf34c3 to e97b7aa Compare June 14, 2024 05:23
@renovate renovate bot force-pushed the renovate/requests-2.x-lockfile branch 8 times, most recently from ee55e03 to f223616 Compare July 7, 2024 04:44
@renovate renovate bot force-pushed the renovate/requests-2.x-lockfile branch 10 times, most recently from fe97a80 to 6752638 Compare July 15, 2024 05:08
@renovate renovate bot force-pushed the renovate/requests-2.x-lockfile branch 5 times, most recently from 9996cff to c5e1459 Compare July 17, 2024 05:57
@renovate renovate bot changed the title Update dependency requests to v2.32.3 fix(deps): update dependency requests to v2.32.3 Jul 17, 2024
@renovate renovate bot force-pushed the renovate/requests-2.x-lockfile branch from c5e1459 to 05af491 Compare July 18, 2024 03:46
@bigcat88 bigcat88 merged commit 6439f87 into master Jul 18, 2024
9 checks passed
@renovate renovate bot deleted the renovate/requests-2.x-lockfile branch July 18, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant