Skip to content

Commit

Permalink
chore(deps): update pdm to v2.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
serious-scaffold[bot] committed May 13, 2024
1 parent 5c9528b commit 0e14bb7
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ENV PIPX_BIN_DIR=/usr/local/bin
ENV PIPX_DEFAULT_PYTHON=/usr/local/bin/python

# Install pdm
RUN pipx install pdm==2.15.1
RUN pipx install pdm==2.15.2

# Install pre-commit
RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
cache: true
python-version: ${{ matrix.python-version }}
version: 2.15.1
version: 2.15.2
- id: pages
name: Setup pages
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
cache: true
python-version: "3.12"
version: 2.15.1
version: 2.15.2
- id: pages
name: Setup pages
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
with:
cache: true
python-version: "3.12"
version: 2.15.1
version: 2.15.2
- run: env | sort
- env:
PDM_PUBLISH_PASSWORD: ${{ secrets.PDM_PUBLISH_PASSWORD }}
Expand Down
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ build:
- env | sort
pre_create_environment:
- asdf plugin add pdm
- asdf install pdm 2.15.1
- asdf global pdm 2.15.1
- asdf install pdm 2.15.2
- asdf global pdm 2.15.2
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make dev-doc
pre_build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Certain system-level Python applications are needed and it is recommended to use
# Copier: Template rendering for projects.
pipx install copier==9.2.0
# PDM: A modern Python package and dependency manager supporting the latest PEP standards.
pipx install pdm==2.15.1
pipx install pdm==2.15.2
# Pre-commit: Automates Git hooks for code quality checks.
pipx install pre-commit==3.7.1
```
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/dev-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Using `pipx` for management is recommended and you can find pipx's installation

```bash
# PDM: A modern Python package and dependency manager supporting the latest PEP standards.
pipx install pdm==2.15.1
pipx install pdm==2.15.2
# Pre-commit: Automates Git hooks for code quality checks.
pipx install pre-commit==3.7.1
```
Expand Down
2 changes: 1 addition & 1 deletion includes/sample.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Certain system-level Python applications are needed and it is recommended to use
# Copier: Template rendering for projects.
pipx install copier==9.2.0
# PDM: A modern Python package and dependency manager supporting the latest PEP standards.
pipx install pdm==2.15.1
pipx install pdm==2.15.2
# Pre-commit: Automates Git hooks for code quality checks.
pipx install pre-commit==3.7.1
```
Expand Down
2 changes: 1 addition & 1 deletion template/.devcontainer/Dockerfile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ENV PIPX_BIN_DIR=/usr/local/bin
ENV PIPX_DEFAULT_PYTHON=/usr/local/bin/python

# Install pdm
RUN pipx install pdm==2.15.1
RUN pipx install pdm==2.15.2

# Install pre-commit
RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \
Expand Down
4 changes: 2 additions & 2 deletions template/.readthedocs.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ build:
- env | sort
pre_create_environment:
- asdf plugin add pdm
- asdf install pdm 2.15.1
- asdf global pdm 2.15.1
- asdf install pdm 2.15.2
- asdf global pdm 2.15.2
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make dev-doc
pre_build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
cache: true
python-version: {{ '${{ matrix.python-version }}' }}
version: 2.15.1
version: 2.15.2
- id: pages
name: Setup pages
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
cache: true
python-version: "{{ default_py }}"
version: 2.15.1
version: 2.15.2
- id: pages
name: Setup pages
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
with:
cache: true
python-version: "{{ default_py }}"
version: 2.15.1
version: 2.15.2
- run: env | sort
- env:
PDM_PUBLISH_PASSWORD: {{ '${{ secrets.PDM_PUBLISH_PASSWORD }}' }}
Expand Down
2 changes: 1 addition & 1 deletion template/docs/dev/dev-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Using `pipx` for management is recommended and you can find pipx's installation

```bash
# PDM: A modern Python package and dependency manager supporting the latest PEP standards.
pipx install pdm==2.15.1
pipx install pdm==2.15.2
# Pre-commit: Automates Git hooks for code quality checks.
pipx install pre-commit==3.7.1
```
Expand Down

0 comments on commit 0e14bb7

Please sign in to comment.