Skip to content

Commit

Permalink
chore(deps): update dependency pipenv to v2023.7.1
Browse files Browse the repository at this point in the history
| datasource | package | from      | to       |
| ---------- | ------- | --------- | -------- |
| pypi       | pipenv  | 2023.6.26 | 2023.7.1 |
  • Loading branch information
renovate[bot] committed Jul 5, 2023
1 parent 2aece8c commit 29e9718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN install-tool yarn 1.22.19
RUN install-tool python 3.11.4

# renovate: datasource=pypi
RUN install-pip pipenv 2023.6.26
RUN install-pip pipenv 2023.7.1


RUN install-apt make shellcheck
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
NODE_VERSION: 18.16.1 # renovate: datasource=node depName=node
PYTHON_VERSION: 3.11.4 # renovate: datasource=github-releases depName=python packageName=containerbase/python-prebuild
# Don't use PIPENV_VERSION: https://github.com/pypa/pipenv/issues/3633#issuecomment-478250721
RENOVATE_PIPENV_VERSION: 2023.6.26 # renovate: datasource=pypi depName=pipenv
RENOVATE_PIPENV_VERSION: 2023.7.1 # renovate: datasource=pypi depName=pipenv

jobs:
build:
Expand Down

0 comments on commit 29e9718

Please sign in to comment.