Skip to content

Commit

Permalink
test(deps): update dependency pdm to v2.12.0 (#1995)
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 Jan 17, 2024
1 parent 3bf7c37 commit ea5fee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ RUN install-tool hashin 0.17.0
# renovate: datasource=pypi
RUN install-tool poetry 1.7.1
# renovate: datasource=pypi
RUN install-tool pdm 2.11.2
RUN install-tool pdm 2.12.0

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

# renovate: datasource=pypi
RUN install-tool pdm 2.11.2
RUN install-tool pdm 2.12.0

#--------------------------------------
# test c: python2.7
Expand Down

0 comments on commit ea5fee7

Please sign in to comment.