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
Description:
While working on another issue (which branched from master), poetry gave me the following message: Warning: The lock file is not up to date with the latest changes in pyproject.toml. You may be getting outdated dependencies. Run update to update them.
I believe this was caused when dealing with a merge conflict in poetry.lock. I just need to do a poetry update and push the changes.
Acceptance criteria:
A checklist
of criteria to accept this story as done
The text was updated successfully, but these errors were encountered:
Description:
While working on another issue (which branched from master), poetry gave me the following message:
Warning: The lock file is not up to date with the latest changes in pyproject.toml. You may be getting outdated dependencies. Run update to update them.
I believe this was caused when dealing with a merge conflict in
poetry.lock
. I just need to do apoetry update
and push the changes.Acceptance criteria:
The text was updated successfully, but these errors were encountered: