diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 35f7b6eb..5248e307 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -28,7 +28,7 @@ ENV PIPX_BIN_DIR=/usr/local/bin ENV PIPX_DEFAULT_PYTHON=/usr/local/bin/python # Install pdm -RUN pipx install pdm==2.12.4 +RUN pipx install pdm==2.13.2 # Install pre-commit RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ede9e90..79c36f0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: with: cache: true python-version: ${{ matrix.python-version }} - version: 2.12.4 + version: 2.13.2 - id: pages name: Setup pages uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1902e44e..203f81b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: with: cache: true python-version: "3.12" - version: 2.12.4 + version: 2.13.2 - id: pages name: Setup pages uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0 @@ -112,7 +112,7 @@ jobs: with: cache: true python-version: "3.12" - version: 2.12.4 + version: 2.13.2 - run: env | sort - env: PDM_PUBLISH_PASSWORD: ${{ secrets.PDM_PUBLISH_PASSWORD }} diff --git a/template/.devcontainer/Dockerfile.jinja b/template/.devcontainer/Dockerfile.jinja index adeb52fd..fdb5c7a3 100644 --- a/template/.devcontainer/Dockerfile.jinja +++ b/template/.devcontainer/Dockerfile.jinja @@ -28,7 +28,7 @@ ENV PIPX_BIN_DIR=/usr/local/bin ENV PIPX_DEFAULT_PYTHON=/usr/local/bin/python # Install pdm -RUN pipx install pdm==2.12.4 +RUN pipx install pdm==2.13.2 # Install pre-commit RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \ diff --git a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja index 175cfdd3..2709fdab 100644 --- a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja +++ b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja @@ -15,7 +15,7 @@ jobs: with: cache: true python-version: {{ '${{ matrix.python-version }}' }} - version: 2.12.4 + version: 2.13.2 - id: pages name: Setup pages uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0 diff --git a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja index c1a1830a..4033d982 100644 --- a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja +++ b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja @@ -11,7 +11,7 @@ jobs: with: cache: true python-version: "{{ default_py }}" - version: 2.12.4 + version: 2.13.2 - id: pages name: Setup pages uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0 @@ -123,7 +123,7 @@ jobs: with: cache: true python-version: "{{ default_py }}" - version: 2.12.4 + version: 2.13.2 - run: env | sort - env: PDM_PUBLISH_PASSWORD: {{ '${{ secrets.PDM_PUBLISH_PASSWORD }}' }}