This update for python fixes the following issues:
- CVE-2025-13836: Fixed reading an HTTP response from a server, if no read
amount is specified, with using Content-Length per default as the length
(bsc#1254400)
- CVE-2025-12084: Fixed Denial of Service due to quadratic algorithm in
xml.dom.minidom (bsc#1254997).