Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

update the poetry lock file for poetry 1.1.4 #7764

Merged

Conversation

peterbe
Copy link
Contributor

@peterbe peterbe commented Jan 28, 2021

Part of #7745

According to python-poetry/poetry#3128 (comment) you have to do this so that the lock file is rewritten. Otherwise, when you run poetry update some-single-package-name will update everything else.

@codecov-io
Copy link

Codecov Report

Merging #7764 (b506f09) into master (a4b7091) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #7764   +/-   ##
=======================================
  Coverage   92.43%   92.43%           
=======================================
  Files         270      270           
  Lines       23285    23285           
  Branches     1842     1842           
=======================================
  Hits        21523    21523           
  Misses       1518     1518           
  Partials      244      244           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a4b7091...b506f09. Read the comment docs.


[package.extras]
docs = ["sphinx", "repoze.sphinx.autointerface"]
test = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]

[metadata]
content-hash = "8ef07afcb48f864300d4b82b88f3ded7f519fcddbd1f9a3efddccc6af55c0e26"
lock-version = "1.1"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fancy new thing here.

@peterbe
Copy link
Contributor Author

peterbe commented Jan 28, 2021

I'm going to boldly go ahead and merge this because I'm confident it's safe. It's just poetry re-writing the lock file according to its new format. I should I have done this when I upgraded the version of poetry

@peterbe peterbe merged commit 5b97664 into mdn:master Jan 28, 2021
@peterbe peterbe deleted the update-the-poetry-lock-file-for-poetry-114 branch January 28, 2021 21:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants