Skip to content

Commit

Permalink
test(deps): update dependency pipenv to v2024.3.0 (main) (#3522)
Browse files Browse the repository at this point in the history
test(deps): update dependency pipenv to v2024.3.0

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 5b41b93 commit a24632e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ RUN install-tool copier 9.4.1
# renovate: datasource=pypi
RUN install-tool hashin 1.0.3
# renovate: datasource=pypi
RUN install-tool pipenv 2024.2.0
RUN install-tool pipenv 2024.3.0
# renovate: datasource=pypi
RUN install-tool pdm 2.19.3
# renovate: datasource=pypi
Expand Down
6 changes: 3 additions & 3 deletions test/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ RUN install-tool python 3.12.7
FROM build AS pipenv

# renovate: datasource=pypi
RUN install-tool pipenv 2024.2.0
RUN install-tool pipenv 2024.3.0
# renovate: datasource=pypi
RUN install-tool pipenv 2024.2.0
RUN install-tool pipenv 2024.3.0

USER 12021

Expand Down Expand Up @@ -200,7 +200,7 @@ RUN install-tool python 3.8.13
RUN install-tool python 3.12.7

# renovate: datasource=pypi
RUN install-tool pipenv 2024.2.0
RUN install-tool pipenv 2024.3.0

RUN set -ex; \
cd h-pipenv; \
Expand Down
2 changes: 1 addition & 1 deletion test/python/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN install-tool hashin 1.0.3
FROM test-python AS test-pipenv

# renovate: datasource=pypi
RUN install-tool pipenv 2024.2.0
RUN install-tool pipenv 2024.3.0

#--------------------------------------
# Image: poetry
Expand Down

0 comments on commit a24632e

Please sign in to comment.