Skip to content

Commit c215473

Browse files
authored
Update dependencies: PDM and pytest-cov (#101)
Update dependencies: * PDM from 2.6.1 to 2.7.0 * pytest-cov from 4.0.0 to 4.1.0
1 parent 1558572 commit c215473

File tree

3 files changed

+80
-71
lines changed

3 files changed

+80
-71
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.6.1
18+
pip install --user pdm==2.7.0
1919
ENV PATH="/app/__pypackages__/3.11/bin:/home/user/.local/bin:${PATH}"
2020

2121
COPY pdm.lock pyproject.toml /app/

0 commit comments

Comments
 (0)