Bulk updates all the backend libraries

This commit is contained in:
Trenton H
2023-12-18 15:29:25 -08:00
parent cfa908243b
commit 184d87fd16
4 changed files with 432 additions and 411 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.10.24 \
&& python3 -m pip install --no-cache-dir --upgrade pipenv==2023.11.15 \
&& echo "Generating requirement.txt" \
&& pipenv requirements > requirements.txt