poetry lock --no-update
updates dependencies if custom source specified
#6335
Labels
kind/bug
Something isn't working as expected
-vvv
option).Issue
Using Poetry 1.1.14 and lock file
poetry_1.1.14.lock
:The lock file remains unchanged. Then upgrade Poetry up to 1.2.0.
Using Poetry 1.2.0 and lock file
poetry_1.1.14.lock
:It produces a new lock file
poetry_1.2.0.lock
.As you can see some versions of the dependencies have been updated.
That is, the changes were not only cosmetic.
I'd also like to note:
pyproject.toml
and repeat repro steps), everything works as it should;The text was updated successfully, but these errors were encountered: