Upgrades to pipenv 2024.0.1 (#7019)

This commit is contained in:
Trenton H
2024-06-18 08:37:11 -07:00
committed by GitHub
parent 6aae8bf440
commit 2ad0f8325c
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ COPY Pipfile* ./
RUN set -eux \
&& echo "Installing pipenv" \
&& python3 -m pip install --no-cache-dir --upgrade pipenv==2023.12.1 \
&& python3 -m pip install --no-cache-dir --upgrade pipenv==2024.0.1 \
&& echo "Generating requirement.txt" \
&& pipenv requirements > requirements.txt