Skip to content

Commit e5ed1e4

Browse files
authored
Update dependencies: pdm, django, django-celery-beat, redis, mypy, and pytest (#126)
Update dependencies: * pdm from 2.12.3 to 2.12.4 * django from 4.2.10 to 5.0.3 * django-celery-beat from 2.5.0 to 2.6.0 * redis from 5.0.1 to 5.0.2 * mypy from 1.8.0 to 1.9.0 * pytest from 8.0.1 to 8.1.1
1 parent dded375 commit e5ed1e4

File tree

3 files changed

+91
-92
lines changed

3 files changed

+91
-92
lines changed

{{ cookiecutter.project_name }}/webapp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ USER user
1515

1616
WORKDIR /app
1717
RUN python -m pip install --upgrade pip==24.0 && \
18-
pip install --user pdm==2.12.3
18+
pip install --user pdm==2.12.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)