poetry lock --no-updates
still updates a single dependency
#5314
Labels
kind/bug
Something isn't working as expected
-vvv
option).Issue
One of my dependencies is
sentry-sdk
which is at the moment locked to version1.5.4
(the latest version of that package is1.5.7
). Whenever I runpoetry lock --no-updates
the locked version inpoetry.lock
changes to1.5.7
even though I would expect it to stay at1.5.4
. What's more interesting is the fact that the issue goes away if I change the definition of the dependency to:Is there something I don't understand about
poetry lock --no-updates
that makes it behave this way?The text was updated successfully, but these errors were encountered: