From 08ffea4186457ca2a48f593d2050a5e9f2b3eb35 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 6 Sep 2022 18:32:26 +0000 Subject: [PATCH] Update dependency poetry to v1.2.0 (#457) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [poetry](https://python-poetry.org/) ([source](https://github.com/python-poetry/poetry)) | minor | `1.1.15` -> `1.2.0` | --- ### Release Notes
python-poetry/poetry ### [`v1.2.0`](https://github.com/python-poetry/poetry/blob/HEAD/CHANGELOG.md#​120---2022-08-31) [Compare Source](https://github.com/python-poetry/poetry/compare/1.1.15...1.2.0) ##### Docs - Added note about how to add a git dependency with a subdirectory ([#​6218](https://github.com/python-poetry/poetry/pull/6218)) - Fixed several style issues in the docs ([#​6255](https://github.com/python-poetry/poetry/pull/6255)) - Fixed outdated info about `--only` parameter ([#​6264](https://github.com/python-poetry/poetry/pull/6264))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.walbeck.it/walbeck-it/docker-python-poetry/pulls/457 Co-authored-by: renovate-bot Co-committed-by: renovate-bot --- 3.10/Dockerfile | 2 +- 3.7/Dockerfile | 2 +- 3.8/Dockerfile | 2 +- 3.9/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/3.10/Dockerfile b/3.10/Dockerfile index 0dbd609d..e1bb148d 100644 --- a/3.10/Dockerfile +++ b/3.10/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.10.6-slim-bullseye@sha256:dff7fd9200421a8c65e020af221a21c8aab784c5c8a8d55c64a095b645209d77 # renovate: datasource=pypi depName=poetry versioning=semver -ENV POETRY_VERSION 1.1.15 +ENV POETRY_VERSION 1.2.0 RUN set -ex; pip install --no-cache-dir poetry==$POETRY_VERSION; diff --git a/3.7/Dockerfile b/3.7/Dockerfile index 200b455a..7a15d97e 100644 --- a/3.7/Dockerfile +++ b/3.7/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.7.13-slim-bullseye@sha256:cb35e0569ba7ecf256c756099cd3a8d0fa541cc562174afe28baaba9706ce82f # renovate: datasource=pypi depName=poetry versioning=semver -ENV POETRY_VERSION 1.1.15 +ENV POETRY_VERSION 1.2.0 RUN set -ex; pip install --no-cache-dir poetry==$POETRY_VERSION; diff --git a/3.8/Dockerfile b/3.8/Dockerfile index 754524fe..3db6b50c 100644 --- a/3.8/Dockerfile +++ b/3.8/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.8.13-slim-bullseye@sha256:dd46e1cb12432c17040638acb05508c35dc828db04f4f33c692d3894b7bc76cf # renovate: datasource=pypi depName=poetry versioning=semver -ENV POETRY_VERSION 1.1.15 +ENV POETRY_VERSION 1.2.0 RUN set -ex; pip install --no-cache-dir poetry==$POETRY_VERSION; diff --git a/3.9/Dockerfile b/3.9/Dockerfile index ef11a4cf..fb01ec43 100644 --- a/3.9/Dockerfile +++ b/3.9/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.9.13-slim-bullseye@sha256:dcf2eafca55558d8b1aa73edd6aa41b7187c5bcb63e533a7b04a0673f81f37fe # renovate: datasource=pypi depName=poetry versioning=semver -ENV POETRY_VERSION 1.1.15 +ENV POETRY_VERSION 1.2.0 RUN set -ex; pip install --no-cache-dir poetry==$POETRY_VERSION;