Update pillow requirement from <11.3.0 to <12.1.0 in /examples
Updates the requirements on pillow to permit the latest version.
Release notes
Sourced from pillow's releases.
12.0.0
https://pillow.readthedocs.io/en/stable/releasenotes/12.0.0.html
Removals
- Remove support for FreeType <= 2.9.0 #9159 [
@radarhere]- Drop support for Python 3.9 #9119 [
@hugovk]- Remove deprecations for Pillow 12.0.0 #9053 [
@radarhere]Deprecations
- Deprecate Image._show #9186 [
@radarhere]- Deprecate ImageCmsProfile product_name and product_info #8995 [
@lukegb]Documentation
- ImagingHistogramInstance can use two bands #9251 [
@radarhere]- Update 12.0.0 release notes #9247 [
@hugovk]- Added ImageDraw alpha channel examples #9201 [
@radarhere]- Update Python version #9230 [
@radarhere]- Updated macOS tested Pillow versions #9209 [
@radarhere]- Add GitHub profile link to release notes #9197 [
@radarhere]- Split versionadded info #9190 [
@radarhere]- Document ImageFile.MAXBLOCK #9163 [
@radarhere]- Updated macOS version in CI targets #9157 [
@radarhere]- Fix typos #9135 [
@radarhere]- Added "Colors" to concepts #9067 [
@radarhere]- Update macOS tested Pillow versions #9068 [
@radarhere]- Thanks, folks! #9056 [
@aclark4life]- Setup nit: "fork" should be lowercased #9055 [
@aclark4life]Dependencies
- Update dependency cibuildwheel to v3.2.1 #9246 [@renovate[bot]]
- [pre-commit.ci] pre-commit autoupdate #9233 [@pre-commit-ci[bot]]
- Update harfbuzz to 12.1.0 #9218 [
@radarhere]- Update libtiff to 4.7.1 #9222 [
@radarhere]- Update FreeType to 2.14.1 on macOS and Linux wheels #9217 [
@radarhere]- Update dependency cibuildwheel to v3.2.0 #9219 [@renovate[bot]]
- Update Ghostscript to 10.6.0 #9202 [
@radarhere]- Update openjpeg to 2.5.4 #9215 [
@radarhere]- Update harfbuzz to 11.5.0 #9203 [
@radarhere]- Update dependency mypy to v1.18.2 #9213 [@renovate[bot]]
- Update dependency mypy to v1.18.1 #9207 [@renovate[bot]]
- Update github-actions #9194 [@renovate[bot]]
- Updated harfbuzz to 11.4.5 #9150 [
@radarhere]- Update zlib-ng to 2.2.5 #9140 [
@radarhere]- Update raqm to 0.10.3 #9137 [
@radarhere]- Update libjpeg-turbo to 3.1.2 #9188 [
@radarhere]- [pre-commit.ci] pre-commit autoupdate #9180 [@pre-commit-ci[bot]]
... (truncated)
Changelog
Sourced from pillow's changelog.
Changelog (Pillow)
11.1.0 and newer
See GitHub Releases:
11.0.0 (2024-10-15)
Update licence to MIT-CMU #8460 [hugovk]
Conditionally define ImageCms type hint to avoid requiring core #8197 [radarhere]
Support writing LONG8 offsets in AppendingTiffWriter #8417 [radarhere]
Use ImageFile.MAXBLOCK when saving TIFF images #8461 [radarhere]
Do not close provided file handles with libtiff when saving #8458 [radarhere]
Support ImageFilter.BuiltinFilter for I;16* images #8438 [radarhere]
Use ImagingCore.ptr instead of ImagingCore.id #8341 [homm, radarhere, hugovk]
Updated EPS mode when opening images without transparency #8281 [Yay295, radarhere]
Use transparency when combining P frames from APNGs #8443 [radarhere]
Support all resampling filters when resizing I;16* images #8422 [radarhere]
Free memory on early return #8413 [radarhere]
Cast int before potentially exceeding INT_MAX #8402 [radarhere]
... (truncated)
Commits
693df7b12.0.0 version bumpd175bb8Use macos-14 for iOS arm64 simulator (#9258)592b2f8Revert "Use macos-latest for iOS arm64 simulator"5dddb2cUse enums for Modes and RawModes in C (#9256)e7b72a3Add ImageText (#9098)864d4b6Shift bits before making value negative (#9255)994a9deInstall arro3 dependencies when type checking (#9254)d5e1601Improved documentatione533cccMerge branch 'main' into imagetext95a85dcUse snake case- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 86.51%. Comparing base (64877ed) to head (467337f).
:warning: Report is 3 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #1728 +/- ##
=======================================
Coverage 86.50% 86.51%
=======================================
Files 412 412
Lines 10372 10371 -1
=======================================
Hits 8972 8972
+ Misses 1400 1399 -1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
lgtm
Thanks for the reminder.
I'd say that this is not really mergeable "as is" because of other instances of this requirement in the repo:
- https://github.com/open-atmos/PySDM/blob/64877edd954f369e26160ebe74c0c4d90c1b5361/setup.py#L47
- https://github.com/open-atmos/PySDM/blob/64877edd954f369e26160ebe74c0c4d90c1b5361/.github/workflows/readme_snippets.yml#L28
Let's try if removing the constraint is possible now?