This update for python311 fixes the following issues:
Security issues fixed:
configparser module is used (bsc#1269066).unicodedata.normalize() can lead to DoS when processing specially crafted
Unicode input (bsc#1267581).xml.parsers.expat and xml.etree.ElementTree use insufficient entropy for Expat hash-flooding
protection (bsc#1264962).tarfile.data_filter path traversal bypass allows writing outside the extraction directory
(bsc#1267821).ftpcp() does not use actual peer address and trusts server-supplied PASV host address (bsc#1265268).Non security issues fixed:
http.cookies (bsc#1263083).