Skip to content

Commit 0631dd5

Browse files
authored
Update dependencies: pdm, django, celery, kombu, and mypy (#122)
Update dependencies: * pdm from 2.10.1 to 2.10.4 * django from 4.2.7 to 4.2.8 * celery from 5.3.5 to 5.3.6 * kombu from 5.3.3 to 5.3.4 * mypy from 1.7.0 to 1.7.1
1 parent ae745ab commit 0631dd5

File tree

3 files changed

+43
-43
lines changed

3 files changed

+43
-43
lines changed

{{ cookiecutter.project_name }}/webapp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ USER user
1515

1616
WORKDIR /app
1717
RUN python -m pip install --upgrade pip==23.3.1 && \
18-
pip install --user pdm==2.10.1
18+
pip install --user pdm==2.10.4
1919
ENV PATH="/app/__pypackages__/3.11/bin:/home/user/.local/bin:${PATH}"
2020

2121
COPY pdm.lock pyproject.toml /app/

{{ cookiecutter.project_name }}/webapp/pdm.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{ cookiecutter.project_name }}/webapp/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ authors = [
66
{name = "Michal Nakoneczny", email = "michal@nakoneczny.pl"},
77
]
88
dependencies = [
9-
"django==4.2.7",
10-
"celery==5.3.5",
9+
"django==4.2.8",
10+
"celery==5.3.6",
1111
"django-celery-beat==2.5.0",
1212
"gunicorn==21.2.0",
13-
"kombu==5.3.3",
13+
"kombu==5.3.4",
1414
"psycopg2==2.9.8",
1515
"redis==5.0.1",
1616
]
@@ -23,7 +23,7 @@ homepage = ""
2323
[project.optional-dependencies]
2424
dev = [
2525
"black==23.11.0",
26-
"mypy==1.7.0",
26+
"mypy==1.7.1",
2727
"pytest-cov==4.1.0",
2828
"pytest==7.4.3",
2929
]

0 commit comments

Comments
 (0)