Skip to content

Commit 607f827

Browse files
authored
Update dependencies: pdm, django, black, and pytest (#119)
Update dependencies: * pdm from 2.9.3 to 2.10.0 * django from 4.2.6 to 4.2.7 * black from 23.10.0 to 23.10.1 * pytest from 7.4.2 to 7.4.3
1 parent d04bdb7 commit 607f827

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
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.9.3
18+
pip install --user pdm==2.10.0
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: 17 additions & 17 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
{name = "Michal Nakoneczny", email = "michal@nakoneczny.pl"},
77
]
88
dependencies = [
9-
"django==4.2.6",
9+
"django==4.2.7",
1010
"celery==5.3.4",
1111
"django-celery-beat==2.5.0",
1212
"gunicorn==21.2.0",
@@ -22,10 +22,10 @@ homepage = ""
2222

2323
[project.optional-dependencies]
2424
dev = [
25-
"black==23.10.0",
25+
"black==23.10.1",
2626
"mypy==1.6.1",
2727
"pytest-cov==4.1.0",
28-
"pytest==7.4.2",
28+
"pytest==7.4.3",
2929
]
3030
[build-system]
3131
requires = ["pdm-pep517"]

0 commit comments

Comments
 (0)