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
What you expected to see, versus what you actually saw
Expected no modifications to first line of poetry.lock:
# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.
Experienced modification to first line of poetry.lock:
# This file is automatically @generated by Poetry and should not be changed by hand.
Native package manager behavior
Poetry adds the version number back in when, for example poetry lock --no-update, has work to do. If there are no substantive changes to be written, then Poetry doesn't modify poetry.lock at all. Poetry started including the Poetry version in the lock file in Poetry 1.4.0: python-poetry/poetry#7339.
Images of the diff or a link to the PR, issue, or logs
--- a/poetry.lock+++ b/poetry.lock@@ -1,4 +1,4 @@-# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.+# This file is automatically @generated by Poetry and should not be changed by hand.
I ran in to this as well with gaphor/gaphor#2310. I think this is due to an older version of poetry being used, it looks like this PR would fix this issue: #6758
Is there an existing issue for this?
Package ecosystem
pip
Package manager version
Poetry 1.4.2
Language version
No response
Manifest location and content before the Dependabot update
No response
dependabot.yml content
Updated dependency
No response
What you expected to see, versus what you actually saw
Expected no modifications to first line of
poetry.lock
:# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.
Experienced modification to first line of
poetry.lock
:# This file is automatically @generated by Poetry and should not be changed by hand.
Native package manager behavior
Poetry adds the version number back in when, for example
poetry lock --no-update
, has work to do. If there are no substantive changes to be written, then Poetry doesn't modifypoetry.lock
at all. Poetry started including the Poetry version in the lock file in Poetry 1.4.0: python-poetry/poetry#7339.Images of the diff or a link to the PR, issue, or logs
Smallest manifest that reproduces the issue
pyproject.toml
:The text was updated successfully, but these errors were encountered: