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 Python dependencies #1232

Merged
merged 2 commits into from
Jun 23, 2022
Merged

Update Python dependencies #1232

merged 2 commits into from
Jun 23, 2022

Conversation

ggrossetie
Copy link
Member

@ggrossetie ggrossetie commented Mar 25, 2022

This PR contains the following updates:

Package Update Change
Click (changelog) minor ==8.0.4 -> ==8.1.3
Flask (changelog) minor ==2.0.3 -> ==2.1.2
Jinja2 (changelog) minor ==3.0.3 -> ==3.1.2
Pillow (source, changelog) minor ==9.0.1 -> ==9.1.1
Werkzeug (changelog) minor ==2.0.3 -> ==2.1.2
funcparserlib patch ==1.0.0a0 -> ==1.0.0
itsdangerous (changelog) patch ==2.1.1 -> ==2.1.2
reportlab patch ==3.6.8 -> ==3.6.10
webcolors minor ==1.11.1 -> ==1.12

Release Notes

python-pillow/Pillow

v9.1.1

Compare Source

  • When reading past the end of a TGA scan line, reduce bytes left. CVE-2022-30595
    [radarhere]

  • Do not open images with zero or negative height #​6269
    [radarhere]

v9.1.0

Compare Source

  • Add support for multiple component transformation to JPEG2000 #​5500
    [scaramallion, radarhere, hugovk]

  • Fix loading FriBiDi on Alpine #​6165
    [nulano]

  • Added setting for converting GIF P frames to RGB #​6150
    [radarhere]

  • Allow 1 mode images to be inverted #​6034
    [radarhere]

  • Raise ValueError when trying to save empty JPEG #​6159
    [radarhere]

  • Always save TIFF with contiguous planar configuration #​5973
    [radarhere]

  • Connected discontiguous polygon corners #​5980
    [radarhere]

  • Ensure Tkinter hook is activated for getimage() #​6032
    [radarhere]

  • Use screencapture arguments to crop on macOS #​6152
    [radarhere]

  • Do not mark L mode JPEG as 1 bit in PDF #​6151
    [radarhere]

  • Added support for reading I;16R TIFF images #​6132
    [radarhere]

  • If an error occurs after creating a file, remove the file #​6134
    [radarhere]

  • Fixed calling DisplayViewer or XVViewer without a title #​6136
    [radarhere]

  • Retain RGBA transparency when saving multiple GIF frames #​6128
    [radarhere]

  • Save additional ICO frames with other bit depths if supplied #​6122
    [radarhere]

  • Handle EXIF data truncated to just the header #​6124
    [radarhere]

  • Added support for reading BMP images with RLE8 compression #​6102
    [radarhere]

  • Support Python distributions where _tkinter is compiled in #​6006
    [lukegb]

  • Added support for PPM arbitrary maxval #​6119
    [radarhere]

  • Added BigTIFF reading #​6097
    [radarhere]

  • When converting, clip I;16 to be unsigned, not signed #​6112
    [radarhere]

  • Fixed loading L mode GIF with transparency #​6086
    [radarhere]

  • Improved handling of PPM header #​5121
    [Piolie, radarhere]

  • Reset size when seeking away from "Large Thumbnail" MPO frame #​6101
    [radarhere]

  • Replace requirements.txt with extras #​6072
    [hugovk, radarhere]

  • Added PyEncoder and support BLP saving #​6069
    [radarhere]

  • Handle TGA images with packets that cross scan lines #​6087
    [radarhere]

  • Added FITS reading #​6056
    [radarhere, hugovk]

  • Added rawmode argument to Image.getpalette() #​6061
    [radarhere]

  • Fixed BUFR, GRIB and HDF5 stub saving #​6071
    [radarhere]

  • Do not automatically remove temporary ImageShow files on Unix #​6045
    [radarhere]

  • Correctly read JPEG compressed BLP images #​4685
    [Meithal, radarhere]

  • Merged _MODE_CONV typ into ImageMode as typestr #​6057
    [radarhere]

  • Consider palette size when converting and in getpalette() #​6060
    [radarhere]

  • Added enums #​5954
    [radarhere]

  • Ensure image is opaque after converting P to PA with RGB palette #​6052
    [radarhere]

  • Attach RGBA palettes from putpalette() when suitable #​6054
    [radarhere]

  • Added get_photoshop_blocks() to parse Photoshop TIFF tag #​6030
    [radarhere]

  • Drop excess values in BITSPERSAMPLE #​6041
    [mikhail-iurkov]

  • Added unpacker from RGBA;15 to RGB #​6031
    [radarhere]

  • Enable arm64 for MSVC on Windows #​5811
    [gaborkertesz-linaro, gaborkertesz]

  • Keep IPython/Jupyter text/plain output stable #​5891
    [shamrin, radarhere]

  • Raise an error when performing a negative crop #​5972
    [radarhere, hugovk]

  • Deprecated show_file "file" argument in favour of "path" #​5959
    [radarhere]

  • Fixed SPIDER images for use with Bio-formats library #​5956
    [radarhere]

  • Ensure duplicated file pointer is closed #​5946
    [radarhere]

  • Added specific error if path coordinate type is incorrect #​5942
    [radarhere]

  • Return an empty bytestring from tobytes() for an empty image #​5938
    [radarhere]

  • Remove readonly from Image.eq #​5930
    [hugovk]

ubernostrum/webcolors

v1.12

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@ggrossetie ggrossetie added the 🔗 dependencies Pull requests that update a dependency file label Mar 25, 2022
@ggrossetie ggrossetie changed the title chore(deps): update python dependencies Update Python dependencies Mar 26, 2022
@ggrossetie ggrossetie force-pushed the renovate/python-dependencies branch 4 times, most recently from 50f3ead to 56d4dcb Compare April 1, 2022 02:43
@ggrossetie ggrossetie force-pushed the renovate/python-dependencies branch from 56d4dcb to 5138b0f Compare April 2, 2022 02:34
@ggrossetie ggrossetie force-pushed the renovate/python-dependencies branch 3 times, most recently from 286fb83 to fd28632 Compare May 3, 2022 02:47
@ggrossetie ggrossetie force-pushed the renovate/python-dependencies branch from fd28632 to 1321177 Compare May 8, 2022 02:41
@ggrossetie
Copy link
Member Author

Related issue: Distrotech/reportlab#20

@ggrossetie ggrossetie force-pushed the renovate/python-dependencies branch from 1321177 to f4d9114 Compare May 18, 2022 02:42
@ggrossetie ggrossetie force-pushed the renovate/python-dependencies branch 2 times, most recently from 6bad955 to d635493 Compare May 29, 2022 02:49
@ggrossetie ggrossetie force-pushed the renovate/python-dependencies branch from d635493 to 09996df Compare June 7, 2022 02:42
@ggrossetie ggrossetie force-pushed the renovate/python-dependencies branch from 09996df to 74ac249 Compare June 14, 2022 02:50
@ggrossetie ggrossetie merged commit d8ee52c into main Jun 23, 2022
@ggrossetie ggrossetie deleted the renovate/python-dependencies branch June 24, 2022 02:50
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 🙃 upstream
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant