Skip to content

Commit

Permalink
test(deps): update dependency pdm to v2.9.2 (#1445)
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 Sep 12, 2023
1 parent be8e9fd commit 4b98ca9
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
Expand Up @@ -141,7 +141,7 @@ RUN install-tool hashin 0.17.0
# renovate: datasource=pypi
RUN install-tool poetry 1.6.1
# renovate: datasource=pypi
RUN install-tool pdm 2.9.1
RUN install-tool pdm 2.9.2

#--------------------------------------
# Image: test-ruby
Expand Down
2 changes: 1 addition & 1 deletion test/python/Dockerfile
Expand Up @@ -205,7 +205,7 @@ FROM build as test-pdm
USER 1000

# renovate: datasource=pypi
RUN install-tool pdm 2.9.1
RUN install-tool pdm 2.9.2

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

0 comments on commit 4b98ca9

Please sign in to comment.