Skip to content

Commit 6926f35

Browse files
authored
Update dependencies: pdm, kombu, redis, black, and pytest-cov (#129)
Update dependencies: * pdm from 2.12.4 to 2.13.0 * kombu from 5.3.5 to 5.3.6 * redis from 5.0.2 to 5.0.3 * black from 24.2.0 to 24.3.0 * pytest-cov from 4.1.0 to 5.0.0
1 parent e5ed1e4 commit 6926f35

File tree

3 files changed

+88
-88
lines changed

3 files changed

+88
-88
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==24.0 && \
18-
pip install --user pdm==2.12.4
18+
pip install --user pdm==2.13.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)