From 1e36642af0bfbb6ce9168c864e57d0cc7a8b86bd Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 02:51:21 +0000 Subject: [PATCH] build(deps): update dependency pdm to v2.16.1 (#621) 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 ++-- .readthedocs.yaml | 4 ++-- .renovaterc.json | 2 +- README.md | 2 +- docs/development/setup-dev-env.md | 2 +- includes/sample.jinja | 2 +- template/.devcontainer/Dockerfile.jinja | 2 +- template/.readthedocs.yaml.jinja | 4 ++-- template/.renovaterc.json.jinja | 2 +- .../workflows/ci.yml.jinja | 2 +- .../workflows/release.yml.jinja | 4 ++-- template/docs/development/setup-dev-env.md | 2 +- 14 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index cfc67cf2..5a621e13 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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.4 +RUN pipx install pdm==2.16.1 # Install pre-commit RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2626ec2e..f16a4914 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: with: cache: true python-version: ${{ matrix.python-version }} - version: 2.15.4 + version: 2.16.1 - run: env | sort - run: make dev - run: make lint test doc build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 209d59a8..9d4ff936 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: cache: true python-version: '3.12' - version: 2.15.4 + version: 2.16.1 - run: env | sort - run: make dev-doc - run: make doc @@ -123,7 +123,7 @@ jobs: with: cache: true python-version: '3.12' - version: 2.15.4 + version: 2.16.1 - run: env | sort - env: PDM_PUBLISH_PASSWORD: ${{ secrets.PDM_PUBLISH_PASSWORD }} diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ecf333f8..4e98ab9f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -21,8 +21,8 @@ build: - env | sort pre_create_environment: - asdf plugin add pdm - - asdf install pdm 2.15.4 - - asdf global pdm 2.15.4 + - asdf install pdm 2.16.1 + - asdf global pdm 2.16.1 post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make dev-doc post_build: diff --git a/.renovaterc.json b/.renovaterc.json index bbdb97e9..4a800ff7 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "constraints": { - "pdm": "2.15.4", + "pdm": "2.16.1", "python": "==3.12" }, "customManagers": [ diff --git a/README.md b/README.md index 534d8021..a2ea010c 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,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.4 +pipx install pdm==2.16.1 # Pre-commit: Automates Git hooks for code quality checks. pipx install pre-commit==3.7.1 ``` diff --git a/docs/development/setup-dev-env.md b/docs/development/setup-dev-env.md index a40c02d0..b4dcb7de 100644 --- a/docs/development/setup-dev-env.md +++ b/docs/development/setup-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.15.4 +pipx install pdm==2.16.1 # Pre-commit: Automates Git hooks for code quality checks. pipx install pre-commit==3.7.1 ``` diff --git a/includes/sample.jinja b/includes/sample.jinja index b75c623c..0d5a1f54 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.15.4 +pipx install pdm==2.16.1 # Pre-commit: Automates Git hooks for code quality checks. pipx install pre-commit==3.7.1 ``` diff --git a/template/.devcontainer/Dockerfile.jinja b/template/.devcontainer/Dockerfile.jinja index 862852ab..a6830df8 100644 --- a/template/.devcontainer/Dockerfile.jinja +++ b/template/.devcontainer/Dockerfile.jinja @@ -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.4 +RUN pipx install pdm==2.16.1 # Install pre-commit RUN if [ "${PYTHON_VERSION}" = "3.8" ]; then \ diff --git a/template/.readthedocs.yaml.jinja b/template/.readthedocs.yaml.jinja index 22c91fb0..bda77c88 100644 --- a/template/.readthedocs.yaml.jinja +++ b/template/.readthedocs.yaml.jinja @@ -21,8 +21,8 @@ build: - env | sort pre_create_environment: - asdf plugin add pdm - - asdf install pdm 2.15.4 - - asdf global pdm 2.15.4 + - asdf install pdm 2.16.1 + - asdf global pdm 2.16.1 post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make dev-doc post_build: diff --git a/template/.renovaterc.json.jinja b/template/.renovaterc.json.jinja index 888c6153..6c7bd22d 100644 --- a/template/.renovaterc.json.jinja +++ b/template/.renovaterc.json.jinja @@ -2,7 +2,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "constraints": { - "pdm": "2.15.4", + "pdm": "2.16.1", "python": "=={{ default_py }}" }, "customManagers": [ diff --git a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja index 9d381a5b..9e5a46cb 100644 --- a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja +++ b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja @@ -25,7 +25,7 @@ jobs: with: cache: true python-version: {{ '${{ matrix.python-version }}' }} - version: 2.15.4 + version: 2.16.1 - run: env | sort - run: make dev - run: make lint test doc build diff --git a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/release.yml.jinja b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/release.yml.jinja index 077d5667..89909148 100644 --- a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/release.yml.jinja +++ b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/release.yml.jinja @@ -23,7 +23,7 @@ jobs: with: cache: true python-version: '{{ default_py }}' - version: 2.15.4 + version: 2.16.1 - run: env | sort - run: make dev-doc - run: make doc @@ -134,7 +134,7 @@ jobs: with: cache: true python-version: '{{ default_py }}' - version: 2.15.4 + version: 2.16.1 - run: env | sort - env: PDM_PUBLISH_PASSWORD: {{ '${{ secrets.PDM_PUBLISH_PASSWORD }}' }} diff --git a/template/docs/development/setup-dev-env.md b/template/docs/development/setup-dev-env.md index a40c02d0..b4dcb7de 100644 --- a/template/docs/development/setup-dev-env.md +++ b/template/docs/development/setup-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.15.4 +pipx install pdm==2.16.1 # Pre-commit: Automates Git hooks for code quality checks. pipx install pre-commit==3.7.1 ```