Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 910b3ea commit 91023e6
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 @@ -181,7 +181,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.4.0
RUN install-tool pipenv 2024.4.1
# renovate: datasource=pypi
RUN install-tool pdm 2.22.2
# 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.8
FROM build AS pipenv

# renovate: datasource=pypi
RUN install-tool pipenv 2024.4.0
RUN install-tool pipenv 2024.4.1
# renovate: datasource=pypi
RUN install-tool pipenv 2024.4.0
RUN install-tool pipenv 2024.4.1

USER 12021

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

# renovate: datasource=pypi
RUN install-tool pipenv 2024.4.0
RUN install-tool pipenv 2024.4.1

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.4.0
RUN install-tool pipenv 2024.4.1

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

0 comments on commit 91023e6

Please sign in to comment.