Skip to content

Commit

Permalink
Update dependencies: pip, pdm, django, black, and pytest (#125)
Browse files Browse the repository at this point in the history
Update dependencies:
* pip from 23.3.2 to 24.0
* pdm from 2.12.1 to 2.12.3
* django from 4.2.9 to 4.2.10
* black from 23.12.1 to 24.2.0
* pytest from 7.4.4 to 8.0.1
  • Loading branch information
mnako committed Feb 18, 2024
1 parent 97b6f42 commit dded375
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 85 deletions.
4 changes: 2 additions & 2 deletions {{ cookiecutter.project_name }}/webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN groupadd --force --gid ${GROUP_ID} --system usergroup && \
USER user

WORKDIR /app
RUN python -m pip install --upgrade pip==23.3.2 && \
pip install --user pdm==2.12.1
RUN python -m pip install --upgrade pip==24.0 && \
pip install --user pdm==2.12.3
ENV PATH="/app/__pypackages__/3.11/bin:/home/user/.local/bin:${PATH}"

COPY pdm.lock pyproject.toml /app/
Expand Down
Loading

0 comments on commit dded375

Please sign in to comment.