Skip to content

Commit 209698a

Browse files
authoredOct 22, 2024··
feat(deps): update dependency pipenv to v2024.2.0 (maint/7.x) (#1149)
feat(deps): update dependency pipenv to v2024.2.0 | datasource | package | from | to | | ---------- | ------- | -------- | -------- | | pypi | pipenv | 2024.1.0 | 2024.2.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8f7b270 commit 209698a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN install-tool pdm 2.19.3
7171
RUN install-tool pip-tools 7.4.1
7272

7373
# renovate: datasource=pypi
74-
RUN install-tool pipenv 2024.1.0
74+
RUN install-tool pipenv 2024.2.0
7575

7676
# renovate: datasource=pypi
7777
RUN install-tool poetry 1.8.4

0 commit comments

Comments
 (0)
Please sign in to comment.