Skip to content

Commit

Permalink
Update dependency poetry to v1.2.0 (#457)
Browse files Browse the repository at this point in the history
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

<details>
<summary>python-poetry/poetry</summary>

### [`v1.2.0`](https://github.com/python-poetry/poetry/blob/HEAD/CHANGELOG.md#&#8203;120---2022-08-31)

[Compare Source](python-poetry/poetry@1.1.15...1.2.0)

##### Docs

-   Added note about how to add a git dependency with a subdirectory ([#&#8203;6218](python-poetry/poetry#6218))
-   Fixed several style issues in the docs ([#&#8203;6255](python-poetry/poetry#6255))
-   Fixed outdated info about `--only` parameter ([#&#8203;6264](python-poetry/poetry#6264))

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE3OS4xIn0=-->

Reviewed-on: https://git.walbeck.it/walbeck-it/docker-python-poetry/pulls/457
Co-authored-by: renovate-bot <bot@walbeck.it>
Co-committed-by: renovate-bot <bot@walbeck.it>
  • Loading branch information
renovate-bot authored and mwalbeck committed Sep 6, 2022
1 parent 847d98e commit 08ffea4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 3.10/Dockerfile
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
2 changes: 1 addition & 1 deletion 3.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
2 changes: 1 addition & 1 deletion 3.8/Dockerfile
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
2 changes: 1 addition & 1 deletion 3.9/Dockerfile
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit 08ffea4

Please sign in to comment.