Skip to content

Commit b54e78d

Browse files
authored
Update dependencies: PDM, django-celery-beat, mypy, and pytest (#95)
Update dependencies: * PDM from 2.4.7 to 2.4.9 * django-celery-beat from 2.4.0 to 2.5.0 * mypy from 1.0.1 to 1.1.1 * pytest from 7.2.1 to 7.2.2
1 parent 8de381a commit b54e78d

File tree

3 files changed

+128
-119
lines changed

3 files changed

+128
-119
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==23.0.1 && \
18-
pip install --user pdm==2.4.7
18+
pip install --user pdm==2.4.9
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)