Skip to content

Update dependency requests to v2.34.2#1436

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

Update dependency requests to v2.34.2#1436
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/requests-2.x

Conversation

@renovate

@renovate renovate Bot commented May 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
requests (changelog) ==2.33.0==2.34.2 age confidence

Release Notes

psf/requests (requests)

v2.34.2

Compare Source

  • Moved headers input type back to Mapping to avoid invariance issues
    with MutableMapping and inferred dict types. Users calling
    Request.headers.update() may need to narrow typing in their code. (#​7441)

v2.34.1

Compare Source

Bugfixes

  • Widened json input type from dict and list to Mapping
    and Sequence. (#​7436)
  • Changed headers input type to MutableMapping and removed None from
    Request.headers typing to improve handling for users. (#​7431)
  • Response.reason moved from str | None to str to improve handling
    for users. (#​7437)
  • Fixed a bug where some bodies with custom __getattr__ implementations
    weren't being properly detected as Iterables. (#​7433)

v2.34.0

Compare Source

Announcements

  • Requests 2.34.0 introduces inline types, replacing those provided by
    typeshed. Public API types should be fully compatible with mypy, pyright,
    and ty. We believe types are comprehensive but if you find issues, please
    report them to the pinned tracking issue.

    Special thanks to @​bastimeyer, @​cthoyt, @​edgarrmondragon, and @​srittau for
    helping review and test the types ahead of the release. (#​7272)

Improvements

  • Digest Auth hashing algorithms have added usedforsecurity=False to clarify
    security considerations. (#​7310)
  • Requests added support for Python 3.15 based on beta1. Downstream projects
    should be able to start testing prior to its release in October. (#​7422)
  • Requests added support for Python 3.14t. (#​7419)

Bugfixes

  • Response.history no longer contains a reference to itself, preventing
    accidental looping when traversing the history list. (#​7328)
  • Requests no longer performs greedy matching on no_proxy domains. The
    proxy_bypass implementation has been updated with CPython's fix from
    bpo-39057. (#​7427)
  • Requests no longer incorrectly strips duplicate leading slashes in
    URI paths. This should address user issues with specific presigned
    URLs. Note the full fix requires urllib3 2.7.0+. (#​7315)

v2.33.1

Compare Source

Bugfixes

  • Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary
    files in the tmp directory. (#​7305)
  • Fixed Content-Type header parsing for malformed values. (#​7309)
  • Improved error consistency for malformed header values. (#​7308)

Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • "after 7am and before 11am every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 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 requested a review from a team as a code owner May 11, 2026 08:58
@renovate renovate Bot enabled auto-merge (squash) May 11, 2026 08:58
renovate-approve[bot]
renovate-approve Bot previously approved these changes May 11, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes May 11, 2026
@renovate renovate Bot force-pushed the renovate/requests-2.x branch from c1f6fa6 to db9107c Compare May 11, 2026 09:19
@renovate renovate Bot force-pushed the renovate/requests-2.x branch from db9107c to 4639519 Compare May 11, 2026 14:55
@renovate renovate Bot force-pushed the renovate/requests-2.x branch from 4639519 to 8fd244c Compare May 11, 2026 23:54
@renovate renovate Bot changed the title Update dependency requests to v2.33.1 Update dependency requests to v2.34.0 May 11, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes May 11, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes May 11, 2026
@renovate renovate Bot force-pushed the renovate/requests-2.x branch from 7e0518d to e937d0f Compare May 18, 2026 12:33
@renovate renovate Bot force-pushed the renovate/requests-2.x branch from e937d0f to e560765 Compare May 18, 2026 14:10
@renovate renovate Bot force-pushed the renovate/requests-2.x branch from e560765 to c78e5e6 Compare May 19, 2026 12:42
@renovate renovate Bot force-pushed the renovate/requests-2.x branch from c78e5e6 to ffe7a66 Compare May 19, 2026 15:14
@renovate renovate Bot force-pushed the renovate/requests-2.x branch 2 times, most recently from 5799aba to 8db64a8 Compare May 20, 2026 15:38
@renovate renovate Bot force-pushed the renovate/requests-2.x branch from 8db64a8 to 0866915 Compare May 26, 2026 13:34
@renovate renovate Bot force-pushed the renovate/requests-2.x branch 2 times, most recently from 0266b5d to 5a3c6c7 Compare May 26, 2026 16:48
@renovate renovate Bot force-pushed the renovate/requests-2.x branch from 5a3c6c7 to 3aea525 Compare May 29, 2026 17:40
@renovate renovate Bot force-pushed the renovate/requests-2.x branch from 3aea525 to b548165 Compare June 1, 2026 13:57
@renovate renovate Bot force-pushed the renovate/requests-2.x branch from b548165 to 1266f71 Compare June 3, 2026 13:30
@renovate renovate Bot force-pushed the renovate/requests-2.x branch from 1266f71 to 071870a Compare June 8, 2026 14:36
@renovate renovate Bot force-pushed the renovate/requests-2.x branch from 071870a to 52b081d Compare June 8, 2026 15:26
@renovate renovate Bot force-pushed the renovate/requests-2.x branch from 52b081d to fa18c68 Compare June 9, 2026 11:53
@renovate renovate Bot force-pushed the renovate/requests-2.x branch from fa18c68 to 6b95578 Compare June 9, 2026 12:47
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