This update for python-requests fixes the following issues:
Avoid problems with certificate caching in sslcontext.
(bsc#1246104, gh#psf/requests#6767)
Update to 2.32.4:
CVE-2024-47081 Fixed an issue where a maliciously crafted URL
and trusted environment will retrieve credentials for the wrong
hostname/machine from a netrc file (gh#psf/requests#6965, bsc#1244039)
Numerous documentation improvements
Added support for pypy 3.11 for Linux and macOS.
Dropped support for pypy 3.9 following its end of support.