From c42d7a3fc696401fdadd33481de9b8293c5a503d Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 05:38:35 +0000 Subject: [PATCH] chore(deps): update pdm to v2.14.0 (#469) Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com> --- .devcontainer/Dockerfile | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 4 ++-- README.md | 2 +- docs/dev/dev-env.md | 2 +- includes/sample.jinja | 2 +- template/.devcontainer/Dockerfile.jinja | 2 +- .../workflows/ci.yml.jinja | 2 +- .../workflows/release.yml.jinja | 4 ++-- template/docs/dev/dev-env.md | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 5248e307..37298a93 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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.13.2 +RUN pipx install pdm==2.14.0 # Install pre-commit RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16713365..37d4a440 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: with: cache: true python-version: ${{ matrix.python-version }} - version: 2.13.2 + version: 2.14.0 - id: pages name: Setup pages uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b89ae990..cc021144 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: with: cache: true python-version: "3.12" - version: 2.13.2 + version: 2.14.0 - id: pages name: Setup pages uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0 @@ -112,7 +112,7 @@ jobs: with: cache: true python-version: "3.12" - version: 2.13.2 + version: 2.14.0 - run: env | sort - env: PDM_PUBLISH_PASSWORD: ${{ secrets.PDM_PUBLISH_PASSWORD }} diff --git a/README.md b/README.md index c201787b..30331229 100644 --- a/README.md +++ b/README.md @@ -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.13.2 +pipx install pdm==2.14.0 # Pre-commit: Automates Git hooks for code quality checks. pipx install pre-commit==3.7.0 ``` diff --git a/docs/dev/dev-env.md b/docs/dev/dev-env.md index e9863359..ecebed90 100644 --- a/docs/dev/dev-env.md +++ b/docs/dev/dev-env.md @@ -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.13.2 +pipx install pdm==2.14.0 # Pre-commit: Automates Git hooks for code quality checks. pipx install pre-commit==3.7.0 ``` diff --git a/includes/sample.jinja b/includes/sample.jinja index a91deea6..d2199dc9 100644 --- a/includes/sample.jinja +++ b/includes/sample.jinja @@ -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.13.2 +pipx install pdm==2.14.0 # Pre-commit: Automates Git hooks for code quality checks. pipx install pre-commit==3.7.0 ``` diff --git a/template/.devcontainer/Dockerfile.jinja b/template/.devcontainer/Dockerfile.jinja index fdb5c7a3..e5a83c33 100644 --- a/template/.devcontainer/Dockerfile.jinja +++ b/template/.devcontainer/Dockerfile.jinja @@ -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.13.2 +RUN pipx install pdm==2.14.0 # Install pre-commit RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \ diff --git a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja index 6425702b..61fd8355 100644 --- a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja +++ b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/ci.yml.jinja @@ -15,7 +15,7 @@ jobs: with: cache: true python-version: {{ '${{ matrix.python-version }}' }} - version: 2.13.2 + version: 2.14.0 - id: pages name: Setup pages uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0 diff --git a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja index 1d3da268..46b3c264 100644 --- a/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja +++ b/template/[% if repo_host_type == 'github.com' %].github[% endif %]/workflows/release.yml.jinja @@ -11,7 +11,7 @@ jobs: with: cache: true python-version: "{{ default_py }}" - version: 2.13.2 + version: 2.14.0 - id: pages name: Setup pages uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0 @@ -123,7 +123,7 @@ jobs: with: cache: true python-version: "{{ default_py }}" - version: 2.13.2 + version: 2.14.0 - run: env | sort - env: PDM_PUBLISH_PASSWORD: {{ '${{ secrets.PDM_PUBLISH_PASSWORD }}' }} diff --git a/template/docs/dev/dev-env.md b/template/docs/dev/dev-env.md index e9863359..ecebed90 100644 --- a/template/docs/dev/dev-env.md +++ b/template/docs/dev/dev-env.md @@ -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.13.2 +pipx install pdm==2.14.0 # Pre-commit: Automates Git hooks for code quality checks. pipx install pre-commit==3.7.0 ```