Skip to content

Commit aafeb40

Browse files
serious-scaffold[bot]huxuan
authored andcommitted
chore(deps): update pdm to v2.15.0
1 parent 5cda985 commit aafeb40

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
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.14.0
31+
RUN pipx install pdm==2.15.0
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.14.0
17+
version: 2.15.0
1818
- id: pages
1919
name: Setup pages
2020
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.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.14.0
13+
version: 2.15.0
1414
- id: pages
1515
name: Setup pages
1616
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
cache: true
114114
python-version: "3.12"
115-
version: 2.14.0
115+
version: 2.15.0
116116
- run: env | sort
117117
- env:
118118
PDM_PUBLISH_PASSWORD: ${{ secrets.PDM_PUBLISH_PASSWORD }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Certain system-level Python applications are needed and it is recommended to use
5858
# Copier: Template rendering for projects.
5959
pipx install copier==9.2.0
6060
# PDM: A modern Python package and dependency manager supporting the latest PEP standards.
61-
pipx install pdm==2.14.0
61+
pipx install pdm==2.15.0
6262
# Pre-commit: Automates Git hooks for code quality checks.
6363
pipx install pre-commit==3.7.0
6464
```

docs/dev/dev-env.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Using `pipx` for management is recommended and you can find pipx's installation
1212

1313
```bash
1414
# PDM: A modern Python package and dependency manager supporting the latest PEP standards.
15-
pipx install pdm==2.14.0
15+
pipx install pdm==2.15.0
1616
# Pre-commit: Automates Git hooks for code quality checks.
1717
pipx install pre-commit==3.7.0
1818
```

includes/sample.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Certain system-level Python applications are needed and it is recommended to use
3939
# Copier: Template rendering for projects.
4040
pipx install copier==9.2.0
4141
# PDM: A modern Python package and dependency manager supporting the latest PEP standards.
42-
pipx install pdm==2.14.0
42+
pipx install pdm==2.15.0
4343
# Pre-commit: Automates Git hooks for code quality checks.
4444
pipx install pre-commit==3.7.0
4545
```

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.14.0
31+
RUN pipx install pdm==2.15.0
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.14.0
18+
version: 2.15.0
1919
- id: pages
2020
name: Setup pages
2121
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.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.14.0
14+
version: 2.15.0
1515
- id: pages
1616
name: Setup pages
1717
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
cache: true
125125
python-version: "{{ default_py }}"
126-
version: 2.14.0
126+
version: 2.15.0
127127
- run: env | sort
128128
- env:
129129
PDM_PUBLISH_PASSWORD: {{ '${{ secrets.PDM_PUBLISH_PASSWORD }}' }}

template/docs/dev/dev-env.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Using `pipx` for management is recommended and you can find pipx's installation
1212

1313
```bash
1414
# PDM: A modern Python package and dependency manager supporting the latest PEP standards.
15-
pipx install pdm==2.14.0
15+
pipx install pdm==2.15.0
1616
# Pre-commit: Automates Git hooks for code quality checks.
1717
pipx install pre-commit==3.7.0
1818
```

0 commit comments

Comments
 (0)