Bulk updates all the backend libraries (#5061)

This commit is contained in:
Trenton H
2023-12-19 12:04:03 -08:00
committed by GitHub
parent 1d7eda1603
commit ad533429f7
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