earthlab / matplotcheck

A python package for checking and testing matplotlib plots. We use this for autograding student assignments but there are many other potential use cases including package testing (for packages with plots)!
https://matplotcheck.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Update pillow to 7.1.2 #261

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

This PR updates pillow from 7.1.1 to 7.1.2.

Changelog ### 7.1.2 ``` ------------------ - Raise an EOFError when seeking too far in PNG 4528 [radarhere] ```
Links - PyPI: https://pypi.org/project/pillow - Changelog: https://pyup.io/changelogs/pillow/ - Homepage: https://python-pillow.org
codecov[bot] commented 4 years ago

Codecov Report

Merging #261 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #261   +/-   ##
=======================================
  Coverage   79.95%   79.95%           
=======================================
  Files          19       19           
  Lines        1831     1831           
=======================================
  Hits         1464     1464           
  Misses        367      367           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 154dd0e...1a9b1d7. Read the comment docs.