From d6c8545f6b885cc474be1570f7849030dbc0af0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 20:24:44 +0000 Subject: [PATCH] poetry: Update to version 1.7.1 --- bucket/poetry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/poetry.json b/bucket/poetry.json index aee73fa3df..297be509bd 100644 --- a/bucket/poetry.json +++ b/bucket/poetry.json @@ -1,5 +1,5 @@ { - "version": "1.7.0", + "version": "1.7.1", "description": "Dependency Management for Python", "homepage": "https://python-poetry.org/", "license": "MIT",