- Notifications
You must be signed in to change notification settings - Fork 30
chore(deps): update dependencies #210
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
Conversation
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughUpdated dependency constraint in requirements.txt: aiohttp minimum version increased from 3.9.3 to 3.9.4; other dependencies unchanged. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes ✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File ( |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (70.66%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@ ## main #210 +/- ## ======================================= Coverage 70.66% 70.66% ======================================= Files 134 134 Lines 10866 10866 ======================================= Hits 7679 7679 Misses 3187 3187 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
aiohttp
to 3.9.4aiohttp
to 3.9.4 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.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
requirements.txt
(1 hunks)
🔇 Additional comments (2)
requirements.txt (2)
1-1
: LGTM: Patch-level bump to aiohttp 3.9.4 is appropriateChange is minimal and scoped; upper bound <4 is retained. No issues from a dependency policy standpoint.
1-1
: aiohttp 3.9.x compatibility confirmedAll declared Python support and CI-tested versions (3.10–3.12) satisfy aiohttp 3.9.x’s requirement of Python ≥3.8, so no changes are needed.
• setup.py & examples:
python_requires=">=3.10"
• PyPI classifiers: Python 3.10, 3.11, 3.12
• GitHub Actions matrix: python-version: ["3.10", "3.11", "3.12"]
aiohttp
to 3.9.4aiohttp
to 3.12.15 aiohttp
to 3.12.1579f46a8
to c009540
Compare c009540
to 0558019
Compare
Description
This PR updates our library dependencies.
References
Review Checklist
main
Summary by CodeRabbit