Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(deps): update dependency pipenv to v2024.3.0 (main) #3522

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2
# 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.2
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