Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PYTHON_VERSION=3.13.0
ARG PDM_VERSION=2.20.0.post1
ARG PDM_VERSION=2.20.1
ARG COPIER_VERSION=9.4.1
ARG USER_UID=1000

Expand Down
2 changes: 1 addition & 1 deletion python/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
# Disable auto-fix
args: []
- repo: https://github.com/pdm-project/pdm
rev: 2.20.0
rev: 2.20.1
hooks:
- id: pdm-lock-check
- repo: https://github.com/pycqa/isort
Expand Down
2 changes: 1 addition & 1 deletion python/Dockerfile.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PYTHON_VERSION=3.12.1
ARG PDM_VERSION=2.20.0.post1
ARG PDM_VERSION=2.20.1

FROM python:${PYTHON_VERSION}-slim as base
RUN addgroup --system abc && \
Expand Down