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 v2023.10.3 #1537

Merged
merged 1 commit into from
Oct 3, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ FROM build as test-python
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
RUN install-tool python 3.11.6
# renovate: datasource=pypi
RUN install-tool pipenv 2023.9.8
RUN install-tool pipenv 2023.10.3
# renovate: datasource=pypi
RUN install-tool hashin 0.17.0
# 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 @@ -45,7 +45,7 @@ RUN install-tool python 3.11.6
FROM build as pipenv

# renovate: datasource=pypi
RUN install-tool pipenv 2023.9.8
RUN install-tool pipenv 2023.10.3

USER 1000

Expand Down Expand Up @@ -148,7 +148,7 @@ RUN set -ex; \
FROM build-rootless as testb

# renovate: datasource=pypi
RUN install-tool pipenv 2023.9.8
RUN install-tool pipenv 2023.10.3

RUN set -ex; \
cd a; \
Expand Down Expand Up @@ -191,7 +191,7 @@ RUN install-tool python 3.8.13
RUN install-tool python 3.11.6

# renovate: datasource=pypi
RUN install-tool pipenv 2023.9.8
RUN install-tool pipenv 2023.10.3

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 @@ -46,7 +46,7 @@ RUN install-tool hashin 0.17.0
FROM test-python as test-pipenv

# renovate: datasource=pypi
RUN install-tool pipenv 2023.9.8
RUN install-tool pipenv 2023.10.3

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