Skip to content

Commit 26ab701

Browse files
authored
Update dependencies: PDM, kombu, and pytest (#103)
Update dependencies: * PDM from 2.7.0 to 2.7.4 * kombu from 5.3.0 to 5.3.1 * pytest from 7.3.1 to 7.3.2
1 parent 53c996d commit 26ab701

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
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.1.2 && \
18-
pip install --user pdm==2.7.0
18+
pip install --user pdm==2.7.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: 20 additions & 20 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"celery==5.3.0",
1111
"django-celery-beat==2.5.0",
1212
"gunicorn==20.1.0",
13-
"kombu==5.3.0",
13+
"kombu==5.3.1",
1414
"psycopg2==2.9.6",
1515
"redis==4.5.5",
1616
]
@@ -25,7 +25,7 @@ dev = [
2525
"black==23.3.0",
2626
"mypy==1.3.0",
2727
"pytest-cov==4.1.0",
28-
"pytest==7.3.1",
28+
"pytest==7.3.2",
2929
]
3030
[build-system]
3131
requires = ["pdm-pep517"]

0 commit comments

Comments
 (0)