-
Notifications
You must be signed in to change notification settings - Fork 1
Scheduled daily dependency update on Sunday #277
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| pip==24.3.1 | ||
| pillow==11.1.0 | ||
| pip==26.1 | ||
| pillow==12.2.0 | ||
| gpsoauth==2.0.0 | ||
| gkeepapi==0.17.0 | ||
| requests==2.32.5 | ||
| gkeepapi==0.17.1 | ||
| requests==2.33.1 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The update to |
||
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.
The updated versions of
pip(26.1) andpillow(12.2.0) are incompatible with the Python 3.7.3 environment specified in theDockerfile. According to the changelog,pip26.1 has dropped support for Python 3.9 and below, requiring at least Python 3.10. Similarly, recent versions ofpillowrequire Python 3.10+. This update will cause the build to fail during dependency installation unless the base image in theDockerfileis upgraded.