Bumps pipenv to latest as well

This commit is contained in:
Trenton Holmes
2024-11-10 18:56:42 -08:00
parent f4a2b1f52f
commit 40359d0a02
5 changed files with 475 additions and 406 deletions

View File

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