-
Notifications
You must be signed in to change notification settings - Fork 107
update the lock file with newer dependency versions #852
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 skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the 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. 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
Documentation and Community
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
The reason of the failure is still not clear to me. But these dependency updates won't harm if it unblocks other ongoing PR's. |
I agree, I don't have a good root-cause-analysis. However, the updated poetry.lock appears to be the only difference between the this and the other failing PRs. If the issue of failing CI still persists (after merging this PR), we can explore other solutions. |
High Level Overview of Change
Update the versions of dependencies in the lock file. This is an attempt to resolve the CI errors. Here is an example
I have deleted the existing lock file and re-generated the
poetry.lock
file in this PR. All the changes have been auto-generated by thepoetry install
command.This PR should fix other failing PRs, such as this one.
Context of Change
Type of Change
Did you update CHANGELOG.md?
Changes to dependency versions should not affect external APIs.