Skip to content

Commit 1a47070

Browse files
authored
Update dependencies (#113)
Update Python: * Python from 3.11.4 to 3.11.5 Update project dependencies: * pdm from 2.9.0 to 2.9.3 * django from 4.2.4 to 4.2.5 * celery from 5.3.3 to 5.3.4 * psycopg2 from 2.9.6 to 2.9.8 * redis from 5.0.0 to 5.0.1 * black from 23.7.0 to 23.9.1 * pytest from 7.4.0 to 7.4.2
1 parent a208dab commit 1a47070

File tree

4 files changed

+94
-94
lines changed

4 files changed

+94
-94
lines changed

{{ cookiecutter.project_name }}/webapp/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.4-slim-bookworm
1+
FROM python:3.11.5-slim-bookworm
22

33
ARG USER_ID
44
ARG GROUP_ID
@@ -15,7 +15,7 @@ USER user
1515

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