Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pillow requirement from ==7.0.* to ==7.1.* #449

Merged
merged 1 commit into from Apr 16, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on pillow to permit the latest version.

Release notes

Sourced from pillow's releases.

7.1.0

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

Changelog

Sourced from pillow's changelog.

7.1.0 (2020-04-01)

  • Fix multiple OOB reads in FLI decoding #4503 [wiredfool]
  • Fix buffer overflow in SGI-RLE decoding #4504 [wiredfool, hugovk]
  • Fix bounds overflow in JPEG 2000 decoding #4505 [wiredfool]
  • Fix bounds overflow in PCX decoding #4506 [wiredfool]
  • Fix 2 buffer overflows in TIFF decoding #4507 [wiredfool]
  • Add APNG support #4243 [pmrowla, radarhere, hugovk]
  • ImageGrab.grab() for Linux with XCB #4260 [nulano, radarhere]
  • Added three new channel operations #4230 [dwastberg, radarhere]
  • Prevent masking of Image reduce method in Jpeg2KImagePlugin #4474 [radarhere, homm]
  • Added reading of earlier ImageMagick PNG EXIF data #4471 [radarhere]
  • Fixed endian handling for I;16 getextrema #4457 [radarhere]
  • Release buffer if function returns prematurely #4381 [radarhere]
  • Add JPEG comment to info dictionary #4455 [radarhere]
  • Fix size calculation of Image.thumbnail() #4404 [orlnub123]
  • Fixed stroke on FreeType < 2.9 #4401 [radarhere]
  • If present, only use alpha channel for bounding box #4454 [radarhere]
  • Warn if an unknown feature is passed to features.check() #4438 [jdufresne]
  • Fix Name field length when saving IM images #4424 [hugovk, radarhere]
  • Allow saving of zero quality JPEG images #4440 [radarhere]
  • Allow explicit zero width to hide outline #4334 [radarhere]
  • Change ContainerIO return type to match file object mode #4297 [jdufresne, radarhere]
  • Only draw each polygon pixel once #4333 [radarhere]
  • Add support for shooting situation Exif IFD tags #4398 [alexagv]
  • Handle multiple and malformed JPEG APP13 markers #4370 [homm]
  • Depends: Update libwebp to 1.1.0 #4342, libjpeg to 9d #4352 [radarhere]

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]
  • Added UnidentifiedImageError #4182 [radarhere, hugovk]
  • Remove deprecated __version__ from plugins #4197 [hugovk, radarhere]
... (truncated)
Commits

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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](python-pillow/Pillow@7.0.0...7.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 2, 2020
@coveralls
Copy link

Coverage Status

Coverage remained the same at 74.574% when pulling 12c2f3b on dependabot/pip/pillow-eq-7.1.star into 4543707 on develop.

@mmarcos mmarcos merged commit 35690b7 into develop Apr 16, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pillow-eq-7.1.star branch April 16, 2020 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants