tawilkinson / boardgamebot

A Discord.py bot that fetches board game data
7 stars 0 forks source link

Update lxml to 5.2.2 #237

Closed pyup-bot closed 5 months ago

pyup-bot commented 5 months ago

This PR updates lxml from 5.2.1 to 5.2.2.

Changelog ### 5.2.2 ``` ================== Bugs fixed ---------- * GH417: The ``test_feed_parser`` test could fail if ``lxml_html_clean`` was not installed. It is now skipped in that case. * LP2059910: The minimum CPU architecture for the Linux x86 binary wheels was set back to "core2", without SSE 4.2. * If libxml2 uses iconv, the compile time version is available as `etree.ICONV_COMPILED_VERSION`. ```
Links - PyPI: https://pypi.org/project/lxml - Changelog: https://data.safetycli.com/changelogs/lxml/ - Homepage: https://lxml.de/