Skip to content

Commit

Permalink
test(deps): update dependency pdm to v2.15.4 (#2712)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 6, 2024
1 parent 159cd5f commit abd32a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ RUN install-tool hashin 1.0.1
# renovate: datasource=pypi
RUN install-tool pipenv 2023.12.1
# renovate: datasource=pypi
RUN install-tool pdm 2.15.3
RUN install-tool pdm 2.15.4
# renovate: datasource=pypi
RUN install-tool poetry 1.8.3

Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile.noble
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ RUN install-tool hashin 1.0.1
# renovate: datasource=pypi
RUN install-tool pipenv 2023.12.1
# renovate: datasource=pypi
RUN install-tool pdm 2.15.3
RUN install-tool pdm 2.15.4
# renovate: datasource=pypi
RUN install-tool poetry 1.8.3

Expand Down
2 changes: 1 addition & 1 deletion test/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ FROM build as test-pdm
USER 1000

# renovate: datasource=pypi
RUN install-tool pdm 2.15.3
RUN install-tool pdm 2.15.4

#--------------------------------------
# test conan
Expand Down

0 comments on commit abd32a0

Please sign in to comment.