Skip to content

Commit dded375

Browse files
authored
Update dependencies: pip, pdm, django, black, and pytest (#125)
Update dependencies: * pip from 23.3.2 to 24.0 * pdm from 2.12.1 to 2.12.3 * django from 4.2.9 to 4.2.10 * black from 23.12.1 to 24.2.0 * pytest from 7.4.4 to 8.0.1
1 parent 97b6f42 commit dded375

File tree

3 files changed

+86
-85
lines changed

3 files changed

+86
-85
lines changed

{{ cookiecutter.project_name }}/webapp/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ RUN groupadd --force --gid ${GROUP_ID} --system usergroup && \
1414
USER user
1515

1616
WORKDIR /app
17-
RUN python -m pip install --upgrade pip==23.3.2 && \
18-
pip install --user pdm==2.12.1
17+
RUN python -m pip install --upgrade pip==24.0 && \
18+
pip install --user pdm==2.12.3
1919
ENV PATH="/app/__pypackages__/3.11/bin:/home/user/.local/bin:${PATH}"
2020

2121
COPY pdm.lock pyproject.toml /app/

0 commit comments

Comments
 (0)