scrapy / parsel

Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors
BSD 3-Clause "New" or "Revised" License
1.13k stars 144 forks source link

fix: Bump minimum required version for `cssselect` package #277

Closed Laerte closed 1 year ago

Laerte commented 1 year ago

Closes #276

codecov[bot] commented 1 year ago

Codecov Report

Merging #277 (8bc129d) into master (54678b5) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 8bc129d differs from pull request most recent head 5085b34. Consider uploading reports for the commit 5085b34 to get more accurate results

@@           Coverage Diff           @@
##           master     #277   +/-   ##
=======================================
  Coverage   90.54%   90.54%           
=======================================
  Files           5        5           
  Lines         455      455           
  Branches       93       93           
=======================================
  Hits          412      412           
  Misses         32       32           
  Partials       11       11           
Gallaecio commented 1 year ago

Thank you!