diff --git a/bucket/poetry.json b/bucket/poetry.json index bca4cba585..ef61384f73 100644 --- a/bucket/poetry.json +++ b/bucket/poetry.json @@ -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"