Scheduled daily dependency update on Monday#281
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Code Review
This pull request updates several dependencies in requirements.txt, including pip, pillow, gkeepapi, and requests. The reviewer identified that the new versions of pip, requests, and pillow are incompatible with the current Python 3.7.3 base image, which will result in build failures. It is recommended to update the base image to at least Python 3.10 to support these dependencies and incorporate a security fix in the requests library.
| pip==26.1.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.
The updated versions of pip (26.1.1) and requests (2.33.1) require Python 3.10 or higher, and pillow (12.2.0) requires Python 3.9 or higher. These updates are incompatible with the Python 3.7.3 base image currently defined in the Dockerfile, which will cause the build to fail. Note that while the requests update includes a security fix (CVE-2026-25645), the base image must be updated to at least python:3.10-alpine to support these new versions.
|
Closing this in favor of #282 |
Update pip from 24.3.1 to 26.1.1.
Changelog
26.1.1
26.1
26.0.1
26.0
25.3
25.2
25.1.1
25.1
25.0.1
25.0
Links
Update pillow from 11.1.0 to 12.2.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update gkeepapi from 0.17.0 to 0.17.1.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
Update requests from 2.32.5 to 2.33.1.
Changelog
2.33.1
2.33.0
Links