Skip to content

Commit

Permalink
Fix poetry.lock: poetry lock --no-update
Browse files Browse the repository at this point in the history
The pyproject.toml and the poetry.lock files were out of sync, so to
resolve them, I did a `poetry lock --no-update`.

This added the `yaffshiv` package to the lock file, which was missing and
causing the out-of-sync behavior. For some magic reason, it also updated
the `coverage` from 6.2 to 6.3, resulting the minimum python package
increase from 3.6 to 3.7.

python-poetry/poetry#1614
  • Loading branch information
kukovecz committed Jan 26, 2022
1 parent 8147f57 commit 501c35b
Showing 1 changed file with 63 additions and 50 deletions.
113 changes: 63 additions & 50 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 501c35b

Please sign in to comment.