-
Notifications
You must be signed in to change notification settings - Fork 2k
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
use the lock file for pinning dependencies, not the project definition #18305
Conversation
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
1 similar comment
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Pull Request Test Coverage Report for Build 11072836265Details
💛 - Coveralls |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This PR has been flagged as stale due to no activity for over 60 days. It will not be automatically closed, but it has been given a stale-pr label and should be manually reviewed by the relevant parties. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
This reverts commit 659eb4d.
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This reverts commit bf8a5ff.
Conflicts have been resolved. A maintainer will review the pull request shortly. |
This reverts commit 49e7d19.
Purpose:
Presently every dependabot PR that updates a package we have specified in
pyproject.toml
conflicts because thepoetry.lock
has a hash of the contents ofpyproject.toml
. There's various discussion that could be had around*
vs.>=x.y.z
vs.^x.y
and specifying versions here or there or wherever... but we can't be dealing with these conflicts every time so some option involving not changingpyproject.toml
every time is needed.With this change it is reasonable once again to have dependabot auto-rebase since the PRs won't all be conflicting.
Current Behavior:
New Behavior:
Testing Notes: