Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 26, 2024
1 parent ccc97dd commit 1ecffa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
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.0
RUN install-tool poetry 1.8.1

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

0 comments on commit 1ecffa0

Please sign in to comment.