Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

chore(deps): update dependency requests to v2.32.3 #4

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
requests (source, changelog) ==2.32.2 -> ==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)

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

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

Copy link

sourcery-ai bot commented Dec 22, 2024

Reviewer's Guide by Sourcery

This pull request updates the requests dependency from version 2.32.2 to 2.32.3. This addresses two bug fixes: one related to custom SSLContexts in HTTPAdapter subclasses, and another ensuring Requests runs on Python versions compiled without the ssl module.

Class diagram showing HTTPAdapter SSL context changes

classDiagram
    class HTTPAdapter {
        +init_poolmanager()
        +mount_custom_ssl_context()
    }
    class CustomHTTPAdapter {
        +custom_ssl_context
    }
    CustomHTTPAdapter --|> HTTPAdapter
    note for CustomHTTPAdapter "Can now properly use custom SSLContext"
Loading

File-Level Changes

Change Details Files
Updated the requests dependency
  • Updated version from 2.32.2 to 2.32.3 in the dependencies list.
pyproject.toml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

@renovate renovate bot force-pushed the renovate/requests-2.x branch 2 times, most recently from eb47490 to 20168cb Compare December 23, 2024 01:46
@renovate renovate bot changed the title fix(deps): update dependency requests to v2.32.3 chore(deps): update dependency requests to v2.32.3 Dec 23, 2024
@renovate renovate bot force-pushed the renovate/requests-2.x branch from 20168cb to 3be7ffd Compare December 23, 2024 01:54
@KevinNitroG KevinNitroG merged commit cda818b into main Dec 23, 2024
1 check failed
@renovate renovate bot deleted the renovate/requests-2.x branch December 23, 2024 01:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant