Skip to content

Commit

Permalink
chore(deps): update pdm to v2.15.0 (#476)
Browse files Browse the repository at this point in the history
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
  • Loading branch information
serious-scaffold[bot] committed Apr 22, 2024
1 parent 5cda985 commit dbcecbc
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Expand Up @@ -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.14.0
RUN pipx install pdm==2.15.0

# Install pre-commit
RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
cache: true
python-version: ${{ matrix.python-version }}
version: 2.14.0
version: 2.15.0
- 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
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
cache: true
python-version: "3.12"
version: 2.14.0
version: 2.15.0
- id: pages
name: Setup pages
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
with:
cache: true
python-version: "3.12"
version: 2.14.0
version: 2.15.0
- run: env | sort
- env:
PDM_PUBLISH_PASSWORD: ${{ secrets.PDM_PUBLISH_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,7 +58,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.14.0
pipx install pdm==2.15.0
# Pre-commit: Automates Git hooks for code quality checks.
pipx install pre-commit==3.7.0
```
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/dev-env.md
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.14.0
pipx install pdm==2.15.0
# Pre-commit: Automates Git hooks for code quality checks.
pipx install pre-commit==3.7.0
```
Expand Down
2 changes: 1 addition & 1 deletion includes/sample.jinja
Expand Up @@ -39,7 +39,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.14.0
pipx install pdm==2.15.0
# Pre-commit: Automates Git hooks for code quality checks.
pipx install pre-commit==3.7.0
```
Expand Down
2 changes: 1 addition & 1 deletion template/.devcontainer/Dockerfile.jinja
Expand Up @@ -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.14.0
RUN pipx install pdm==2.15.0

# Install pre-commit
RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \
Expand Down
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
cache: true
python-version: {{ '${{ matrix.python-version }}' }}
version: 2.14.0
version: 2.15.0
- id: pages
name: Setup pages
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
Expand Down
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
cache: true
python-version: "{{ default_py }}"
version: 2.14.0
version: 2.15.0
- id: pages
name: Setup pages
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
with:
cache: true
python-version: "{{ default_py }}"
version: 2.14.0
version: 2.15.0
- 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
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.14.0
pipx install pdm==2.15.0
# Pre-commit: Automates Git hooks for code quality checks.
pipx install pre-commit==3.7.0
```
Expand Down

0 comments on commit dbcecbc

Please sign in to comment.