-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for "poetry lock --no-update" so that dependencies with extras ar…
…e not updated unnecessarily (#4618) * Fix for "poetry lock --no-update" so that dependencies with extras are not updated unnecessarily * None check instead of "or" * Simplified logic (giving up possibility of early return when no matching version is found) * Rename local variable for clarity
- Loading branch information
Showing
2 changed files
with
52 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters