From 96cef3dadf2385c89d7745146d386da6b1563355 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 00:32:52 +0000 Subject: [PATCH] poetry: Update to version 1.1.13 --- bucket/poetry.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"