inyokaproject / inyoka

All-in-one portal software
http://inyokaproject.org
Other
13 stars 4 forks source link

Update requirements #1308

Closed chris34 closed 7 months ago

chris34 commented 7 months ago

The new Pillow version includes a security fix https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html

With lxml 5.2.0, lxml.html.clean is extracted in an own module. Inyoka still uses it.

The module is available as an "extra" setuptools dependency "lxml[html_clean]", so that Projects that need "lxml.html.clean" will need to switch their requirements from "lxml" to "lxml[html_clean]", or install the new library themselves.