From bd78e3e77f7601a4ea79e0183b10d63b4d719ae9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 20:40:42 +0000 Subject: [PATCH] chore(deps): update dependency poetry to v1.8.2 (#569) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/setup-poetry-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-poetry-env/action.yml b/.github/actions/setup-poetry-env/action.yml index 4c768b1d..5683f0dd 100644 --- a/.github/actions/setup-poetry-env/action.yml +++ b/.github/actions/setup-poetry-env/action.yml @@ -18,7 +18,7 @@ runs: - name: Install Poetry env: # renovate: datasource=pypi depName=poetry - POETRY_VERSION: "1.7.1" + POETRY_VERSION: "1.8.2" run: curl -sSL https://install.python-poetry.org | python - -y shell: bash