Skip to content

Commit

Permalink
fix(deps): update dependency poetry to v1.8.2 (#248)
Browse files Browse the repository at this point in the history
| datasource      | package              | from  | to    |
| --------------- | -------------------- | ----- | ----- |
| github-releases | python-poetry/poetry | 1.8.1 | 1.8.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 2, 2024
1 parent 07e4eb9 commit 019ace7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN install-tool python 3.12.2
RUN install-tool pipenv 2023.12.1

# renovate: datasource=github-releases packageName=python-poetry/poetry
RUN install-tool poetry 1.8.1
RUN install-tool poetry 1.8.2

# renovate: datasource=pypi
RUN install-tool hashin 0.17.0
Expand Down

0 comments on commit 019ace7

Please sign in to comment.