Skip to content

Commit

Permalink
Update dependencies: pdm, django, django-celery-beat, redis, mypy, an…
Browse files Browse the repository at this point in the history
…d 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
  • Loading branch information
mnako committed Mar 9, 2024
1 parent dded375 commit e5ed1e4
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 92 deletions.
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_name }}/webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ USER user

WORKDIR /app
RUN python -m pip install --upgrade pip==24.0 && \
pip install --user pdm==2.12.3
pip install --user pdm==2.12.4
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 e5ed1e4

Please sign in to comment.