Skip to content

Commit

Permalink
Update dependencies: pdm and kombu (#124)
Browse files Browse the repository at this point in the history
Update dependencies:
* pdm from 2.11.2 to 2.12.1
* kombu from 5.3.4 to 5.3.5
  • Loading branch information
mnako committed Jan 24, 2024
1 parent 372050f commit 97b6f42
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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==23.3.2 && \
pip install --user pdm==2.11.2
pip install --user pdm==2.12.1
ENV PATH="/app/__pypackages__/3.11/bin:/home/user/.local/bin:${PATH}"

COPY pdm.lock pyproject.toml /app/
Expand Down
10 changes: 5 additions & 5 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 @@ -10,7 +10,7 @@ dependencies = [
"celery==5.3.6",
"django-celery-beat==2.5.0",
"gunicorn==21.2.0",
"kombu==5.3.4",
"kombu==5.3.5",
"psycopg2==2.9.8",
"redis==5.0.1",
]
Expand Down

0 comments on commit 97b6f42

Please sign in to comment.