package/python-h11: security bump to version 0.16.0
Fixes the following security issue:
- CVE-2025-43859: A leniency in h11's parsing of line terminators in
chunked-coding message bodies can lead to request smuggling
vulnerabilities under certain conditions.
For more information, see:
- https://nvd.nist.gov/vuln/detail/CVE-2025-43859
- https://github.com/python-hyper/h11/commit/114803a29ce50116dc47951c690ad4892b1a36ed
For more details on the version bump, see:
- https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>