You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah I'm on the latest version of poetry and just ran:
poetry add djangorestframework@latest --dry-run just to test what it would do and it updated poetry.lock (it did not update the actual package locally).
-vvv
option).Issue
As the title states, running
poetry remove --dry-run
modifiespoetry.lock
. Example:This causes subsequent commands (such as
poetry show
) to fail.The text was updated successfully, but these errors were encountered: