langcog / web-cdi

7 stars 5 forks source link

Bump pillow from 6.2.0 to 7.0.0 #243

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps pillow from 6.2.0 to 7.0.0.

Release notes

Sourced from pillow's releases.

7.0.0

https://pillow.readthedocs.io/en/stable/releasenotes/7.0.0.html

6.2.2

https://pillow.readthedocs.io/en/stable/releasenotes/6.2.2.html

6.2.1

https://pillow.readthedocs.io/en/stable/releasenotes/6.2.1.html

Changelog

Sourced from pillow's changelog.

7.0.0 (2020-01-02)

  • Drop support for EOL Python 2.7 #4109 [hugovk, radarhere, jdufresne]

  • Fix rounding error on RGB to L conversion #4320 [homm]

  • Exif writing fixes: Rational boundaries and signed/unsigned types #3980 [kkopachev, radarhere]

  • Allow loading of WMF images at a given DPI #4311 [radarhere]

  • Added reduce operation #4251 [homm]

  • Raise ValueError for io.StringIO in Image.open #4302 [radarhere, hugovk]

  • Fix thumbnail geometry when DCT scaling is used #4231 [homm, radarhere]

  • Use default DPI when exif provides invalid x_resolution #4147 [beipang2, radarhere]

  • Change default resize resampling filter from NEAREST to BICUBIC #4255 [homm]

  • Fixed black lines on upscaled images with the BOX filter #4278 [homm]

  • Better thumbnail aspect ratio preservation #4256 [homm]

  • Add La mode packing and unpacking #4248 [homm]

  • Include tests in coverage reports #4173 [hugovk]

  • Handle broken Photoshop data #4239 [radarhere]

  • Raise a specific exception if no data is found for an MPO frame #4240 [radarhere]

  • Fix Unicode support for PyPy #4145 [nulano]

... (truncated)
Commits
  • 1cecf08 Release notes for 6.2.2
  • 37b1974 7.0.0 version bump
  • afc93b0 Added release notes [ci skip]
  • b9c6854 Overflow checks for realloc for tiff decoding
  • be44f0d Catch SGI buffer overruns
  • 8f0c8f7 Catch PCX P mode buffer overrun
  • c40bc25 Catch FLI buffer overrun
  • 138bd71 Raise an error for an invalid number of bands in FPX image
  • ac4b708 Merge pull request #4327 from radarhere/releasenotes
  • 2f508d4 Added security notes [ci skip]
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
dependabot[bot] commented 4 years ago

Superseded by #256.