Update dependency requests to v2.34.2#1436
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
May 11, 2026 09:19
c1f6fa6 to
db9107c
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
May 11, 2026 14:55
db9107c to
4639519
Compare
renovate
Bot
dismissed stale reviews from renovate-approve-2[bot] and renovate-approve[bot]
via
May 11, 2026 23:54
8fd244c
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
May 11, 2026 23:54
4639519 to
8fd244c
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
May 13, 2026 09:10
8fd244c to
8b5f58e
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
May 13, 2026 13:22
8b5f58e to
8787640
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
May 13, 2026 14:18
8787640 to
dfad51c
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
May 13, 2026 14:56
dfad51c to
9db81ec
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
May 13, 2026 15:18
9db81ec to
09edebb
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
May 18, 2026 12:33
7e0518d to
e937d0f
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
May 18, 2026 14:10
e937d0f to
e560765
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
May 19, 2026 12:42
e560765 to
c78e5e6
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
May 19, 2026 15:14
c78e5e6 to
ffe7a66
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
2 times, most recently
from
May 20, 2026 15:38
5799aba to
8db64a8
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
May 26, 2026 13:34
8db64a8 to
0866915
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
2 times, most recently
from
May 26, 2026 16:48
0266b5d to
5a3c6c7
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
May 29, 2026 17:40
5a3c6c7 to
3aea525
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
June 1, 2026 13:57
3aea525 to
b548165
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
June 3, 2026 13:30
b548165 to
1266f71
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
June 8, 2026 14:36
1266f71 to
071870a
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
June 8, 2026 15:26
071870a to
52b081d
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
June 9, 2026 11:53
52b081d to
fa18c68
Compare
renovate
Bot
force-pushed
the
renovate/requests-2.x
branch
from
June 9, 2026 12:47
fa18c68 to
6b95578
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.33.0→==2.34.2Release Notes
psf/requests (requests)
v2.34.2Compare Source
headersinput type back toMappingto avoid invariance issueswith
MutableMappingand inferred dict types. Users callingRequest.headers.update()may need to narrow typing in their code. (#7441)v2.34.1Compare Source
Bugfixes
jsoninput type fromdictandlisttoMappingand
Sequence. (#7436)headersinput type to MutableMapping and removedNonefromRequest.headerstyping to improve handling for users. (#7431)Response.reasonmoved fromstr | Nonetostrto improve handlingfor users. (#7437)
__getattr__implementationsweren't being properly detected as Iterables. (#7433)
v2.34.0Compare 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
usedforsecurity=Falseto clarifysecurity considerations. (#7310)
should be able to start testing prior to its release in October. (#7422)
Bugfixes
Response.historyno longer contains a reference to itself, preventingaccidental looping when traversing the history list. (#7328)
proxy_bypass implementation has been updated with CPython's fix from
bpo-39057. (#7427)
URI paths. This should address user issues with specific presigned
URLs. Note the full fix requires urllib3 2.7.0+. (#7315)
v2.33.1Compare Source
Bugfixes
files in the tmp directory. (#7305)
Configuration
📅 Schedule: (in timezone Europe/London)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.