poetry: Update to version 1.1.13

This commit is contained in:
github-actions[bot] 2022-02-11 00:32:52 +00:00
parent 36c26cc4e6
commit 96cef3dadf

View File

@ -1,10 +1,10 @@
{
"version": "1.1.12",
"version": "1.1.13",
"description": "Dependency Management for Python",
"homepage": "https://python-poetry.org/",
"license": "MIT",
"depends": "python",
"url": "https://raw.githubusercontent.com/python-poetry/poetry/1.1.12/get-poetry.py",
"url": "https://raw.githubusercontent.com/python-poetry/poetry/1.1.13/get-poetry.py",
"hash": "e973b3badb95a916bfe250c22eeb7253130fd87312afa326eb02b8bdcea8f4a7",
"installer": {
"script": "$env:POETRY_HOME=$dir; python $dir/$fname --version $version --no-modify-path -y"