Skip to content

Commit 28349f2

Browse files
authored
Update dependencies: (#90)
* pip from 23.0 to 23.0.1 * Django from 4.1.6 to 4.1.7 * black from 22.6.0 to 23.1.0 * mypy from 0.971 to 1.0.1 * pytest-cov from 3.0.0 to 4.0.0 * pytest from 7.1.2 to 7.2.1
1 parent 8338e16 commit 28349f2

File tree

3 files changed

+208
-211
lines changed

3 files changed

+208
-211
lines changed

{{ cookiecutter.project_name }}/webapp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN groupadd --force --gid ${GROUP_ID} --system usergroup && \
1313
USER user
1414

1515
WORKDIR /app
16-
RUN python -m pip install --upgrade pip==23.0 && pip install --user pdm==2.4.5
16+
RUN python -m pip install --upgrade pip==23.0.1 && pip install --user pdm==2.4.5
1717
ENV PATH="/app/__pypackages__/3.10/bin:/home/user/.local/bin:${PATH}"
1818

1919
COPY pdm.lock pyproject.toml /app/

0 commit comments

Comments
 (0)