guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 199ac6ad9b1764c59dab4a6c3bbc0d23d326888e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun May 31 23:37:07 2026 +0100
gnu: python-requests: Update to 2.34.2.
* gnu/packages/python-web.scm (python-requests): Update to 2.34.2.
Change-Id: Iedf40150231e1ba37a0a9becdb040cae79eced25
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index e06e3f9c68..a6938d1209 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7427,13 +7427,13 @@ APIs.")
(define-public python-requests
(package
(name "python-requests")
- (version "2.32.5")
+ (version "2.34.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "requests" version))
(sha256
(base32
- "1kypqz701x9s7j4shm1pdnzy4pzx9lmvhwgan0yqa071asn0pfnv"))))
+ "1vdrc3lq9x848760n7mdhn8whsfslk30pmnnk0v4caafmr69527j"))))
(build-system pyproject-build-system)
(arguments
(list #:test-flags