hhursev / recipe-scrapers

Python package for scraping recipes data
MIT License
1.6k stars 505 forks source link

fix(deps): bump extruct and remove lxml pin #1144

Closed michael-genson closed 3 weeks ago

michael-genson commented 1 month ago

A new version of extruct has been published which fixes https://github.com/hhursev/recipe-scrapers/issues/1045 which is the reason we pinned lxml. Bumping extruct allows us to use any lxml version again.

(fixes https://github.com/hhursev/recipe-scrapers/issues/1045)