Description of the patch:
This update for python-python-multipart fixes the following issues
- CVE-2026-53537: multipart/form-data with extended parameters can lead to file or parameter smuggling (bsc#1268506).
- CVE-2026-53538: urlencoded requests containing semicolons can lead to form field smuggling (bsc#1268496).
- CVE-2026-53539: small crafted body can cause a denial of service (bsc#1268500).
- CVE-2026-53540: crafted request buffers can lead to degrading availability (bsc#1268488).