Skip to content

Commit

Permalink
Update dependencies: pip and django (#138)
Browse files Browse the repository at this point in the history
Update dependencies: 
* pip from 24.1.1 to 24.1.2
* Django from 5.0.6 to 5.0.7

This PR closes Depandabot alerts about security vulnerabilities in
Django:
* GHSA-f6f8-9mx6-9mx2
* GHSA-qg2p-9jwr-mmqf
* GHSA-9jmf-237g-qf46
* GHSA-x7q2-wr7g-xqmf
  • Loading branch information
mnako committed Jul 20, 2024
1 parent 590dda7 commit 4591b66
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 61 deletions.
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_name }}/webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN groupadd --force --gid ${GROUP_ID} --system usergroup && \
USER user

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

Expand Down
119 changes: 60 additions & 59 deletions {{ cookiecutter.project_name }}/webapp/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion {{ cookiecutter.project_name }}/webapp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{name = "Michal Nakoneczny", email = "[email protected]"},
]
dependencies = [
"django==5.0.6",
"django==5.0.7",
"celery==5.4.0",
"django-celery-beat==2.6.0",
"gunicorn==22.0.0",
Expand Down

0 comments on commit 4591b66

Please sign in to comment.