Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ RUN install-tool pipenv 2026.0.3
# renovate: datasource=pypi
RUN install-tool pdm 2.26.6
# renovate: datasource=pypi
RUN install-tool poetry 2.3.1
RUN install-tool poetry 2.3.2
# renovate: datasource=pypi
RUN install-tool uv 0.9.28

Expand Down
10 changes: 5 additions & 5 deletions test/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ FROM build AS poetry


# renovate: datasource=pypi
RUN install-tool poetry 2.3.1
RUN install-tool poetry 2.3.2
# renovate: datasource=pypi
RUN install-tool poetry 2.3.1
RUN install-tool poetry 2.3.2

USER 12021

Expand Down Expand Up @@ -110,7 +110,7 @@ FROM build-rootless AS test-poetry-a
RUN install-tool python 3.14.2

# renovate: datasource=pypi
RUN install-tool poetry 2.3.1
RUN install-tool poetry 2.3.2


SHELL [ "/bin/sh", "-c" ]
Expand Down Expand Up @@ -156,15 +156,15 @@ RUN set -ex; cd d-poetry && poetry update --lock --no-interaction pytest
FROM build AS test-poetry-e

# renovate: datasource=pypi
RUN install-tool poetry 2.3.1
RUN install-tool poetry 2.3.2

USER 1001

# use older version
RUN install-tool python 3.10.0

# renovate: datasource=pypi
RUN install-tool poetry 2.3.1
RUN install-tool poetry 2.3.2

#--------------------------------------
# test b: non-root
Expand Down
2 changes: 1 addition & 1 deletion test/python/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN install-tool pipenv 2026.0.3
FROM test-python AS test-poetry

# renovate: datasource=pypi
RUN install-tool poetry 2.3.1
RUN install-tool poetry 2.3.2

#--------------------------------------
# Image: conan
Expand Down