chore(deps): remove unused async-timeout and aioshutil dependencies#738
chore(deps): remove unused async-timeout and aioshutil dependencies#738
Conversation
📝 WalkthroughWalkthroughTwo dependencies (async-timeout and aioshutil) were removed from pyproject.toml. The package dependency graph is reduced, with all other dependencies remaining unchanged. No functional modifications were introduced. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This pull request removes two unused dependencies (async-timeout and aioshutil) from the project's dependency list. The project has evolved to use Python 3.11+'s built-in asyncio.timeout instead of the async-timeout package, and relies on aiofiles.os for async file system operations instead of aioshutil. This is a clean-up change that reduces the dependency footprint without affecting functionality.
Changes:
- Removed
async-timeoutdependency (replaced by built-inasyncio.timeoutin Python 3.11+) - Removed
aioshutildependency (functionality covered byaiofiles.os) - Updated poetry.lock to reflect the removed dependencies
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Removed async-timeout and aioshutil from [tool.poetry.dependencies] section |
| poetry.lock | Updated lock file to remove package entries for async-timeout and aioshutil, and updated content-hash |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Upstream did so in uilibs/uiprotect#738.
Description of change
Pull-Request Checklist
mainbranchFixes #0000Summary by CodeRabbit