python-requests: update to 2.34.2
authorAlexandru Ardelean <redacted>
Fri, 15 May 2026 10:59:17 +0000 (13:59 +0300)
committerAlexandru Ardelean <redacted>
Mon, 25 May 2026 15:47:13 +0000 (18:47 +0300)
commit9e8593874aa58bba6acb7e656e53b2525ad0b8dc
treeae5b501af4df24fcb219dd089e04e24d500dcdfa
parent594e2ee638f8ada27e34df1aafcbd08a29a4b407
python-requests: update to 2.34.2

Fixes:
- 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 code
  (Closes #7441).

Security:
- CVE-2026-25645: Fixed extract_zipped_paths to extract contents to
  a non-deterministic temp directory, to prevent malicious file replacement.
  Does not affect default usage of Requests, only apps calling this utility
  directly.

Changelog:
https://github.com/psf/requests/releases/tag/v2.34.2

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-requests/Makefile
git clone https://git.99rst.org/PROJECT