diff --git a/.github/actions/setup-poetry-env/action.yml b/.github/actions/setup-poetry-env/action.yml index ab74e5db..c99800b4 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.6.1" + POETRY_VERSION: "1.7.0" run: curl -sSL https://install.python-poetry.org | python - -y shell: bash