Issue
Almost identical to #2921 with only one difference, I have a git dependency that is defined with a revision instead of branch. When I change rev="v0.1.2" to rev="v0.1.3" poetry.lock successfully updated with the correct commit resolved_reference but the library in the virtual environment remains checked-out at the commit that was latest when poetry install was last run.
-vvvoption).Issue
Almost identical to #2921 with only one difference, I have a git dependency that is defined with a revision instead of branch. When I change
rev="v0.1.2"torev="v0.1.3"poetry.locksuccessfully updated with the correct commitresolved_referencebut the library in the virtual environment remains checked-out at the commit that was latest whenpoetry installwas last run.