Skip to content

Commit 4afce06

Browse files
test(deps): update dependency pipenv to v2026.1.0 (main) (#6191)
test(deps): update dependency pipenv to v2026.1.0 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1166541 commit 4afce06

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ RUN install-tool copier 9.13.1
226226
# renovate: datasource=pypi
227227
RUN install-tool hashin 1.0.5
228228
# renovate: datasource=pypi
229-
RUN install-tool pipenv 2026.0.3
229+
RUN install-tool pipenv 2026.1.0
230230
# renovate: datasource=pypi
231231
RUN install-tool pdm 2.26.6
232232
# renovate: datasource=pypi

test/python/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ RUN install-tool python 3.14.3
6161
FROM build AS pipenv
6262

6363
# renovate: datasource=pypi
64-
RUN install-tool pipenv 2026.0.3
64+
RUN install-tool pipenv 2026.1.0
6565
# renovate: datasource=pypi
66-
RUN install-tool pipenv 2026.0.3
66+
RUN install-tool pipenv 2026.1.0
6767

6868
USER 12021
6969

@@ -207,7 +207,7 @@ RUN install-tool python 3.10.17
207207
RUN install-tool python 3.14.3
208208

209209
# renovate: datasource=pypi
210-
RUN install-tool pipenv 2026.0.3
210+
RUN install-tool pipenv 2026.1.0
211211

212212
RUN set -ex; \
213213
cd pipenv-b; \

test/python/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN install-tool hashin 1.0.5
6262
FROM test-python AS test-pipenv
6363

6464
# renovate: datasource=pypi
65-
RUN install-tool pipenv 2026.0.3
65+
RUN install-tool pipenv 2026.1.0
6666

6767
#--------------------------------------
6868
# Image: poetry

0 commit comments

Comments
 (0)