-
Notifications
You must be signed in to change notification settings - Fork 42
Upgrade dependencies #1160
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
Upgrade dependencies #1160
Conversation
…d in dev requirements
Reviewer's GuideReorganizes project dependencies by migrating django-tailwind[reload] from the main to development section in pyproject.toml, pruning related entries in requirements.txt, and regenerating the lock file to reflect these updates. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
WalkthroughThe dependency management files were updated to remove the packages "crispy-bootstrap5", "django-crispy-forms", and "django-tailwind" from the main requirements. "django-tailwind" was moved to the development dependencies section. Associated comments and hash entries were also cleaned up, with no changes to other dependencies or public entity declarations. Additionally, the Django settings were updated to remove the apps "crispy_bootstrap5" and "crispy_forms" from the installed apps list. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (4)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
…g variable assignments
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.
Hey @brylie - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1160 +/- ##
=======================================
Coverage 94.60% 94.60%
=======================================
Files 110 110
Lines 2966 2966
=======================================
Hits 2806 2806
Misses 160 160 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This pull request updates the
pyproject.tomlfile to adjust dependencies for the project. The changes primarily involve movingdjango-tailwind[reload]from the main dependencies list to the development dependencies list.Dependency adjustments:
pyproject.toml: Removeddjango-tailwind[reload]>=4.0.1from the maindependencieslist.pyproject.toml: Addeddjango-tailwind[reload]>=4.0.1to thedevdependencies list.Summary by Sourcery
Reorganize dependency management by moving development-only packages out of production and tidying up the requirements files.
Enhancements:
Chores:
Summary by CodeRabbit