Skip to content

Commit

Permalink
fix(deps): update dependency pipenv to v2023.12.1 (#161)
Browse files Browse the repository at this point in the history
| datasource | package | from      | to        |
| ---------- | ------- | --------- | --------- |
| pypi       | pipenv  | 2023.12.0 | 2023.12.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent 3769fc0 commit 3703fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ RUN install-tool golang 1.21.6
RUN install-tool python 3.12.1

# renovate: datasource=pypi
RUN install-tool pipenv 2023.12.0
RUN install-tool pipenv 2023.12.1

# renovate: datasource=github-releases packageName=python-poetry/poetry
RUN install-tool poetry 1.7.1
Expand Down

0 comments on commit 3703fac

Please sign in to comment.