Locks and upgrades all dependencies

This commit is contained in:
Trenton H
2023-07-27 08:38:34 -07:00
parent 2a104ad33f
commit aad5e9e99f
6 changed files with 668 additions and 678 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.6.12 \
&& python3 -m pip install --no-cache-dir --upgrade pipenv==2023.7.23 \
&& echo "Generating requirement.txt" \
&& pipenv requirements > requirements.txt