-
Notifications
You must be signed in to change notification settings - Fork 49
bump CI Python version to 3.10; remove pillow version workarounds #1728
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
base: main
Are you sure you want to change the base?
Conversation
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/main/CHANGES.rst) - [Commits](python-pillow/Pillow@1.0...12.0.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 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 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
YuzeHao2023
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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:
Let's try if removing the constraint is possible now? |
3c4f404 to
65e9620
Compare
b1e3b6c to
abddbd1
Compare
Updates the requirements on pillow to permit the latest version.
Release notes
Sourced from pillow's releases.
... (truncated)
Changelog
Sourced from pillow's changelog.
... (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 caseDependabot 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)