Skip to content

Commit 1e9a91d

Browse files
chore(deps): update pdm to v2.13.2 (#451)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent 5bc229a commit 1e9a91d

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ENV PIPX_BIN_DIR=/usr/local/bin
2828
ENV PIPX_DEFAULT_PYTHON=/usr/local/bin/python
2929

3030
# Install pdm
31-
RUN pipx install pdm==2.12.4
31+
RUN pipx install pdm==2.13.2
3232

3333
# Install pre-commit
3434
RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
cache: true
1616
python-version: ${{ matrix.python-version }}
17-
version: 2.12.4
17+
version: 2.13.2
1818
- id: pages
1919
name: Setup pages
2020
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
cache: true
1212
python-version: "3.12"
13-
version: 2.12.4
13+
version: 2.13.2
1414
- id: pages
1515
name: Setup pages
1616
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
cache: true
114114
python-version: "3.12"
115-
version: 2.12.4
115+
version: 2.13.2
116116
- run: env | sort
117117
- env:
118118
PDM_PUBLISH_PASSWORD: ${{ secrets.PDM_PUBLISH_PASSWORD }}

template/.devcontainer/Dockerfile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ENV PIPX_BIN_DIR=/usr/local/bin
2828
ENV PIPX_DEFAULT_PYTHON=/usr/local/bin/python
2929

3030
# Install pdm
31-
RUN pipx install pdm==2.12.4
31+
RUN pipx install pdm==2.13.2
3232

3333
# Install pre-commit
3434
RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \

template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
cache: true
1717
python-version: {{ '${{ matrix.python-version }}' }}
18-
version: 2.12.4
18+
version: 2.13.2
1919
- id: pages
2020
name: Setup pages
2121
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0

template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
cache: true
1313
python-version: "{{ default_py }}"
14-
version: 2.12.4
14+
version: 2.13.2
1515
- id: pages
1616
name: Setup pages
1717
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
cache: true
125125
python-version: "{{ default_py }}"
126-
version: 2.12.4
126+
version: 2.13.2
127127
- run: env | sort
128128
- env:
129129
PDM_PUBLISH_PASSWORD: {{ '${{ secrets.PDM_PUBLISH_PASSWORD }}' }}

0 commit comments

Comments
 (0)