Skip to content

Commit 46db304

Browse files
authored
Update dependencies: pip, pdm, django, redis, and pytest (#135)
Update dependencies: * pip from 24.0 to 24.1 * pdm from 2.15.1 to 2.15.4 * django from 5.0.4 to 5.0.6 * redis from 5.0.4 to 5.0.6 * pytest from 8.2.0 to 8.2.2
1 parent 0a25fcd commit 46db304

File tree

3 files changed

+79
-80
lines changed

3 files changed

+79
-80
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==24.0 && \
18-
pip install --user pdm==2.15.1
17+
RUN python -m pip install --upgrade pip==24.1 && \
18+
pip install --user pdm==2.15.4
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)