Skip to content

Commit 42f6ef8

Browse files
committed
Bump pip to 22.0.3.
Bump pdm to 1.12.8. Bump pytest to 7.0.0. Bump pytest-timeout to 2.1.0.
1 parent d54094e commit 42f6ef8

File tree

3 files changed

+38
-38
lines changed

3 files changed

+38
-38
lines changed

pdm.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ license = {text = "MIT"}
1313

1414
[project.optional-dependencies]
1515
dev = [
16-
"pytest==6.2.5",
17-
"pytest-timeout==2.0.2"
16+
"pytest==7.0.0",
17+
"pytest-timeout==2.1.0",
1818
]
1919
[tool]
2020
[tool.pdm]

{{ cookiecutter.project_name }}/webapp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN groupadd --force --gid ${GROUP_ID} --system usergroup && \
1313
USER user
1414

1515
WORKDIR /app
16-
RUN python -m pip install --upgrade pip==21.3.1 && pip install --user pdm==1.12.6
16+
RUN python -m pip install --upgrade pip==22.0.3 && pip install --user pdm==1.12.8
1717
ENV PATH="/app/__pypackages__/3.10/bin:/home/user/.local/bin:${PATH}"
1818

1919
COPY pdm.lock pyproject.toml /app/

0 commit comments

Comments
 (0)