Skip to content

Commit

Permalink
chore(deps): update pdm to v2.13.2 (#451)
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] authored Apr 7, 2024
1 parent 5bc229a commit 1e9a91d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
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.12.4
RUN pipx install pdm==2.13.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.12.4
version: 2.13.2
- id: pages
name: Setup pages
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.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.12.4
version: 2.13.2
- id: pages
name: Setup pages
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion template/.devcontainer/Dockerfile.jinja
Original file line number Diff line number Diff line change
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.12.4
RUN pipx install pdm==2.13.2

# Install pre-commit
RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \
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.12.4
version: 2.13.2
- id: pages
name: Setup pages
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.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.12.4
version: 2.13.2
- id: pages
name: Setup pages
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
Expand Down Expand Up @@ -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 }}' }}
Expand Down

0 comments on commit 1e9a91d

Please sign in to comment.