Skip to content

Commit

Permalink
test(deps): update dependency pdm to v2.15.2 (#2610)
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] authored May 8, 2024
1 parent d840b97 commit 6664302
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 @@ -148,7 +148,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.1
RUN install-tool pdm 2.15.2
# renovate: datasource=pypi
RUN install-tool poetry 1.8.2

Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile.noble
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,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.1
RUN install-tool pdm 2.15.2
# renovate: datasource=pypi
RUN install-tool poetry 1.8.2

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

# renovate: datasource=pypi
RUN install-tool pdm 2.15.1
RUN install-tool pdm 2.15.2

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

0 comments on commit 6664302

Please sign in to comment.