python-pillow/Pillow
### [`v9.2.0`](https://togithub.com/python-pillow/Pillow/blob/HEAD/CHANGES.rst#920-2022-07-01)
[Compare Source](https://togithub.com/python-pillow/Pillow/compare/9.1.1...9.2.0)
- Deprecate ImageFont.getsize and related functions [#6381](https://togithub.com/python-pillow/Pillow/issues/6381)
\[nulano, radarhere]
- Fixed null check for fribidi_version_info in FriBiDi shim [#6376](https://togithub.com/python-pillow/Pillow/issues/6376)
\[nulano]
- Added GIF decompression bomb check [#6402](https://togithub.com/python-pillow/Pillow/issues/6402)
\[radarhere]
- Handle PCF fonts files with less than 256 characters [#6386](https://togithub.com/python-pillow/Pillow/issues/6386)
\[dawidcrivelli, radarhere]
- Improved GIF optimize condition [#6378](https://togithub.com/python-pillow/Pillow/issues/6378)
\[raygard, radarhere]
- Reverted to **array_interface** with the release of NumPy 1.23 [#6394](https://togithub.com/python-pillow/Pillow/issues/6394)
\[radarhere]
- Pad PCX palette to 768 bytes when saving [#6391](https://togithub.com/python-pillow/Pillow/issues/6391)
\[radarhere]
- Fixed bug with rounding pixels to palette colors [#6377](https://togithub.com/python-pillow/Pillow/issues/6377)
\[btrekkie, radarhere]
- Use gnome-screenshot on Linux if available [#6361](https://togithub.com/python-pillow/Pillow/issues/6361)
\[radarhere, nulano]
- Fixed loading L mode BMP RLE8 images [#6384](https://togithub.com/python-pillow/Pillow/issues/6384)
\[radarhere]
- Fixed incorrect operator in ImageCms error [#6370](https://togithub.com/python-pillow/Pillow/issues/6370)
\[LostBenjamin, hugovk, radarhere]
- Limit FPX tile size to avoid extending outside image [#6368](https://togithub.com/python-pillow/Pillow/issues/6368)
\[radarhere]
- Added support for decoding plain PPM formats [#5242](https://togithub.com/python-pillow/Pillow/issues/5242)
\[Piolie, radarhere]
- Added apply_transparency() [#6352](https://togithub.com/python-pillow/Pillow/issues/6352)
\[radarhere]
- Fixed behaviour change from endian fix [#6197](https://togithub.com/python-pillow/Pillow/issues/6197)
\[radarhere]
- Allow remapping P images with RGBA palettes [#6350](https://togithub.com/python-pillow/Pillow/issues/6350)
\[radarhere]
- Fixed drawing translucent 1px high polygons [#6278](https://togithub.com/python-pillow/Pillow/issues/6278)
\[radarhere]
- Pad COLORMAP to 768 items when saving TIFF [#6232](https://togithub.com/python-pillow/Pillow/issues/6232)
\[radarhere]
- Fix P -> PA conversion [#6337](https://togithub.com/python-pillow/Pillow/issues/6337)
\[RedShy, radarhere]
- Once exif data is parsed, do not reload unless it changes [#6335](https://togithub.com/python-pillow/Pillow/issues/6335)
\[radarhere]
- Only try to connect discontiguous corners at the end of edges [#6303](https://togithub.com/python-pillow/Pillow/issues/6303)
\[radarhere]
- Improve transparency handling when saving GIF images [#6176](https://togithub.com/python-pillow/Pillow/issues/6176)
\[radarhere]
- Do not update GIF frame position until local image is found [#6219](https://togithub.com/python-pillow/Pillow/issues/6219)
\[radarhere]
- Netscape GIF extension belongs after the global color table [#6211](https://togithub.com/python-pillow/Pillow/issues/6211)
\[radarhere]
- Only write GIF comments at the beginning of the file [#6300](https://togithub.com/python-pillow/Pillow/issues/6300)
\[raygard, radarhere]
- Separate multiple GIF comment blocks with newlines [#6294](https://togithub.com/python-pillow/Pillow/issues/6294)
\[raygard, radarhere]
- Always use GIF89a for comments [#6292](https://togithub.com/python-pillow/Pillow/issues/6292)
\[raygard, radarhere]
- Ignore compression value from BMP info dictionary when saving as TIFF [#6231](https://togithub.com/python-pillow/Pillow/issues/6231)
\[radarhere]
- If font is file-like object, do not re-read from object to get variant [#6234](https://togithub.com/python-pillow/Pillow/issues/6234)
\[radarhere]
- Raise ValueError when trying to access internal fp after close [#6213](https://togithub.com/python-pillow/Pillow/issues/6213)
\[radarhere]
- Support more affine expression forms in im.point() [#6254](https://togithub.com/python-pillow/Pillow/issues/6254)
\[benrg, radarhere]
- Populate Python palette in fromarray() [#6283](https://togithub.com/python-pillow/Pillow/issues/6283)
\[radarhere]
- Raise ValueError if PNG chunks are truncated [#6253](https://togithub.com/python-pillow/Pillow/issues/6253)
\[radarhere]
- Use durations from each frame by default when saving GIFs [#6265](https://togithub.com/python-pillow/Pillow/issues/6265)
\[radarhere]
- Adjust BITSPERSAMPLE to match SAMPLESPERPIXEL when opening TIFFs [#6270](https://togithub.com/python-pillow/Pillow/issues/6270)
\[radarhere]
- Search pkgconf system libs/cflags [#6138](https://togithub.com/python-pillow/Pillow/issues/6138)
\[jameshilliard, radarhere]
- Raise ValueError for invalid PPM maxval [#6242](https://togithub.com/python-pillow/Pillow/issues/6242)
\[radarhere]
- Corrected screencapture argument in ImageGrab.grab() [#6244](https://togithub.com/python-pillow/Pillow/issues/6244)
\[axt-one]
- Deprecate support for Qt 5 (PyQt5 and PySide2) [#6237](https://togithub.com/python-pillow/Pillow/issues/6237)
\[hugovk, radarhere]
- Increase wait time of temporary file deletion on Windows [#6224](https://togithub.com/python-pillow/Pillow/issues/6224)
\[AlexTedeschi]
- Deprecate FreeTypeFont.getmask2 fill parameter [#6220](https://togithub.com/python-pillow/Pillow/issues/6220)
\[nulano, radarhere, hugovk]
- Round lut values where necessary [#6188](https://togithub.com/python-pillow/Pillow/issues/6188)
\[radarhere]
- Load before getting size in resize() [#6190](https://togithub.com/python-pillow/Pillow/issues/6190)
\[radarhere]
- Load image before performing size calculations in thumbnail() [#6186](https://togithub.com/python-pillow/Pillow/issues/6186)
\[radarhere]
- Deprecated PhotoImage.paste() box parameter [#6178](https://togithub.com/python-pillow/Pillow/issues/6178)
\[radarhere]
actions/setup-python
### [`v4`](https://togithub.com/actions/setup-python/compare/v3...v4)
[Compare Source](https://togithub.com/actions/setup-python/compare/v3...v4)
pandas-dev/pandas
### [`v1.4.3`](https://togithub.com/pandas-dev/pandas/releases/tag/v1.4.3)
[Compare Source](https://togithub.com/pandas-dev/pandas/compare/v1.4.2...v1.4.3)
This is a patch release in the 1.4.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.
See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.4.3/whatsnew/v1.4.3.html) for a list of all the changes.
The release will be available on the defaults and conda-forge channels:
conda install pandas
Or via PyPI:
python3 -m pip install --upgrade pandas
Please report any issues with the release on the [pandas issue tracker](https://togithub.com/pandas-dev/pandas/issues).
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - 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 Mend Renovate. View repository job log here.
This PR contains the following updates:
==9.1.1
->==9.2.0
v3
->v4
==1.4.2
->==1.4.3
3.8.13-slim
->3.10.5-slim
==1.11.0+cu115
->==1.12.0
==1.11.0+cpu
->==1.12.0
==0.12.0+cu115
->==0.13.0
==0.12.0+cpu
->==0.13.0
Release Notes
python-pillow/Pillow
### [`v9.2.0`](https://togithub.com/python-pillow/Pillow/blob/HEAD/CHANGES.rst#920-2022-07-01) [Compare Source](https://togithub.com/python-pillow/Pillow/compare/9.1.1...9.2.0) - Deprecate ImageFont.getsize and related functions [#6381](https://togithub.com/python-pillow/Pillow/issues/6381) \[nulano, radarhere] - Fixed null check for fribidi_version_info in FriBiDi shim [#6376](https://togithub.com/python-pillow/Pillow/issues/6376) \[nulano] - Added GIF decompression bomb check [#6402](https://togithub.com/python-pillow/Pillow/issues/6402) \[radarhere] - Handle PCF fonts files with less than 256 characters [#6386](https://togithub.com/python-pillow/Pillow/issues/6386) \[dawidcrivelli, radarhere] - Improved GIF optimize condition [#6378](https://togithub.com/python-pillow/Pillow/issues/6378) \[raygard, radarhere] - Reverted to **array_interface** with the release of NumPy 1.23 [#6394](https://togithub.com/python-pillow/Pillow/issues/6394) \[radarhere] - Pad PCX palette to 768 bytes when saving [#6391](https://togithub.com/python-pillow/Pillow/issues/6391) \[radarhere] - Fixed bug with rounding pixels to palette colors [#6377](https://togithub.com/python-pillow/Pillow/issues/6377) \[btrekkie, radarhere] - Use gnome-screenshot on Linux if available [#6361](https://togithub.com/python-pillow/Pillow/issues/6361) \[radarhere, nulano] - Fixed loading L mode BMP RLE8 images [#6384](https://togithub.com/python-pillow/Pillow/issues/6384) \[radarhere] - Fixed incorrect operator in ImageCms error [#6370](https://togithub.com/python-pillow/Pillow/issues/6370) \[LostBenjamin, hugovk, radarhere] - Limit FPX tile size to avoid extending outside image [#6368](https://togithub.com/python-pillow/Pillow/issues/6368) \[radarhere] - Added support for decoding plain PPM formats [#5242](https://togithub.com/python-pillow/Pillow/issues/5242) \[Piolie, radarhere] - Added apply_transparency() [#6352](https://togithub.com/python-pillow/Pillow/issues/6352) \[radarhere] - Fixed behaviour change from endian fix [#6197](https://togithub.com/python-pillow/Pillow/issues/6197) \[radarhere] - Allow remapping P images with RGBA palettes [#6350](https://togithub.com/python-pillow/Pillow/issues/6350) \[radarhere] - Fixed drawing translucent 1px high polygons [#6278](https://togithub.com/python-pillow/Pillow/issues/6278) \[radarhere] - Pad COLORMAP to 768 items when saving TIFF [#6232](https://togithub.com/python-pillow/Pillow/issues/6232) \[radarhere] - Fix P -> PA conversion [#6337](https://togithub.com/python-pillow/Pillow/issues/6337) \[RedShy, radarhere] - Once exif data is parsed, do not reload unless it changes [#6335](https://togithub.com/python-pillow/Pillow/issues/6335) \[radarhere] - Only try to connect discontiguous corners at the end of edges [#6303](https://togithub.com/python-pillow/Pillow/issues/6303) \[radarhere] - Improve transparency handling when saving GIF images [#6176](https://togithub.com/python-pillow/Pillow/issues/6176) \[radarhere] - Do not update GIF frame position until local image is found [#6219](https://togithub.com/python-pillow/Pillow/issues/6219) \[radarhere] - Netscape GIF extension belongs after the global color table [#6211](https://togithub.com/python-pillow/Pillow/issues/6211) \[radarhere] - Only write GIF comments at the beginning of the file [#6300](https://togithub.com/python-pillow/Pillow/issues/6300) \[raygard, radarhere] - Separate multiple GIF comment blocks with newlines [#6294](https://togithub.com/python-pillow/Pillow/issues/6294) \[raygard, radarhere] - Always use GIF89a for comments [#6292](https://togithub.com/python-pillow/Pillow/issues/6292) \[raygard, radarhere] - Ignore compression value from BMP info dictionary when saving as TIFF [#6231](https://togithub.com/python-pillow/Pillow/issues/6231) \[radarhere] - If font is file-like object, do not re-read from object to get variant [#6234](https://togithub.com/python-pillow/Pillow/issues/6234) \[radarhere] - Raise ValueError when trying to access internal fp after close [#6213](https://togithub.com/python-pillow/Pillow/issues/6213) \[radarhere] - Support more affine expression forms in im.point() [#6254](https://togithub.com/python-pillow/Pillow/issues/6254) \[benrg, radarhere] - Populate Python palette in fromarray() [#6283](https://togithub.com/python-pillow/Pillow/issues/6283) \[radarhere] - Raise ValueError if PNG chunks are truncated [#6253](https://togithub.com/python-pillow/Pillow/issues/6253) \[radarhere] - Use durations from each frame by default when saving GIFs [#6265](https://togithub.com/python-pillow/Pillow/issues/6265) \[radarhere] - Adjust BITSPERSAMPLE to match SAMPLESPERPIXEL when opening TIFFs [#6270](https://togithub.com/python-pillow/Pillow/issues/6270) \[radarhere] - Search pkgconf system libs/cflags [#6138](https://togithub.com/python-pillow/Pillow/issues/6138) \[jameshilliard, radarhere] - Raise ValueError for invalid PPM maxval [#6242](https://togithub.com/python-pillow/Pillow/issues/6242) \[radarhere] - Corrected screencapture argument in ImageGrab.grab() [#6244](https://togithub.com/python-pillow/Pillow/issues/6244) \[axt-one] - Deprecate support for Qt 5 (PyQt5 and PySide2) [#6237](https://togithub.com/python-pillow/Pillow/issues/6237) \[hugovk, radarhere] - Increase wait time of temporary file deletion on Windows [#6224](https://togithub.com/python-pillow/Pillow/issues/6224) \[AlexTedeschi] - Deprecate FreeTypeFont.getmask2 fill parameter [#6220](https://togithub.com/python-pillow/Pillow/issues/6220) \[nulano, radarhere, hugovk] - Round lut values where necessary [#6188](https://togithub.com/python-pillow/Pillow/issues/6188) \[radarhere] - Load before getting size in resize() [#6190](https://togithub.com/python-pillow/Pillow/issues/6190) \[radarhere] - Load image before performing size calculations in thumbnail() [#6186](https://togithub.com/python-pillow/Pillow/issues/6186) \[radarhere] - Deprecated PhotoImage.paste() box parameter [#6178](https://togithub.com/python-pillow/Pillow/issues/6178) \[radarhere]actions/setup-python
### [`v4`](https://togithub.com/actions/setup-python/compare/v3...v4) [Compare Source](https://togithub.com/actions/setup-python/compare/v3...v4)pandas-dev/pandas
### [`v1.4.3`](https://togithub.com/pandas-dev/pandas/releases/tag/v1.4.3) [Compare Source](https://togithub.com/pandas-dev/pandas/compare/v1.4.2...v1.4.3) This is a patch release in the 1.4.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version. See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/1.4.3/whatsnew/v1.4.3.html) for a list of all the changes. The release will be available on the defaults and conda-forge channels: conda install pandas Or via PyPI: python3 -m pip install --upgrade pandas Please report any issues with the release on the [pandas issue tracker](https://togithub.com/pandas-dev/pandas/issues).Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - 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.
This PR has been generated by Mend Renovate. View repository job log here.