Skip to content

Commit

Permalink
test(deps): update dependency pipenv to v2023.10.3 (#1537)
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 Oct 3, 2023
1 parent 26e7f48 commit 976d066
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
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
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
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

0 comments on commit 976d066

Please sign in to comment.