Skip to content

Commit 39eb8e7

Browse files
authored
Update dependencies: pdm and pytest (#98)
Update dependencies: * pdm from 2.4.9 to 2.5.2 * pytest from 7.2.2 to 7.3.1
1 parent 528feba commit 39eb8e7

File tree

4 files changed

+11
-24
lines changed

4 files changed

+11
-24
lines changed

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

Lines changed: 0 additions & 2 deletions
This file was deleted.

{{ 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.0.1 && \
18-
pip install --user pdm==2.4.9
18+
pip install --user pdm==2.5.2
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: 9 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dev = [
2525
"black==23.3.0",
2626
"mypy==1.2.0",
2727
"pytest-cov==4.0.0",
28-
"pytest==7.2.2",
28+
"pytest==7.3.1",
2929
]
3030
[tool]
3131
[tool.pdm]

0 commit comments

Comments
 (0)