From 351888d691c0d9609872f3e89e45718a3012a293 Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 02:18:55 +0000 Subject: [PATCH] build(deps): update dependency pdm to v2.21.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 4 ++-- .readthedocs.yaml | 2 +- .renovaterc.json | 2 +- Makefile | 2 +- template/.readthedocs.yaml.jinja | 2 +- template/.renovaterc.json.jinja | 2 +- template/Makefile.jinja | 2 +- .../workflows/ci.yml.jinja | 2 +- .../workflows/release.yml.jinja | 4 ++-- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c94e76f..6b5f19dc 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.20.1 + version: 2.21.0 cache-dependency-path: | ./pdm.dev.lock ./pdm.lock diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb78b3d5..ba08e1fb 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.20.1 + version: 2.21.0 cache-dependency-path: | ./pdm.dev.lock ./pdm.lock @@ -126,7 +126,7 @@ jobs: with: cache: true python-version: '3.12' - version: 2.20.1 + version: 2.21.0 cache-dependency-path: | ./pdm.dev.lock ./pdm.lock diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 58ee71ac..20b1faf3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -23,7 +23,7 @@ build: post_system_dependencies: - env | sort pre_create_environment: - - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.20.1 + - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.21.0 post_install: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH make dev-doc post_build: diff --git a/.renovaterc.json b/.renovaterc.json index 9e84c396..d980261c 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "constraints": { - "pdm": "2.20.1", + "pdm": "2.21.0", "python": "==3.12" }, "customManagers": [ diff --git a/Makefile b/Makefile index 1d57bcd9..f6ef1d68 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ lock: prerequisites: pipx install --force check-jsonschema==0.29.4 pipx install --force codespell[toml]==2.3.0 - pipx install --force pdm==2.20.1 + pipx install --force pdm==2.21.0 pipx install --force pre-commit==4.0.1 pipx install --force pyproject-fmt==2.5.0 pipx install --force ruff==0.8.1 diff --git a/template/.readthedocs.yaml.jinja b/template/.readthedocs.yaml.jinja index 461209e9..ea836163 100644 --- a/template/.readthedocs.yaml.jinja +++ b/template/.readthedocs.yaml.jinja @@ -23,7 +23,7 @@ build: post_system_dependencies: - env | sort pre_create_environment: - - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.20.1 + - PIPX_BIN_DIR=$READTHEDOCS_VIRTUALENV_PATH/bin pipx install pdm==2.21.0 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 91d44eff..ad041ef0 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.20.1", + "pdm": "2.21.0", "python": "=={{ default_py }}" }, "customManagers": [ diff --git a/template/Makefile.jinja b/template/Makefile.jinja index 2bc82e9f..8e8da118 100644 --- a/template/Makefile.jinja +++ b/template/Makefile.jinja @@ -67,7 +67,7 @@ lock: prerequisites: pipx install --force check-jsonschema==0.29.4 pipx install --force codespell[toml]==2.3.0 - pipx install --force pdm==2.20.1 + pipx install --force pdm==2.21.0 pipx install --force pre-commit==4.0.1 pipx install --force pyproject-fmt==2.5.0 pipx install --force ruff==0.8.1 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 8007c885..f539df3e 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.20.1 + version: 2.21.0 cache-dependency-path: | ./pdm.dev.lock ./pdm.lock 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 a252d631..8d9022e6 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.20.1 + version: 2.21.0 cache-dependency-path: | ./pdm.dev.lock ./pdm.lock @@ -137,7 +137,7 @@ jobs: with: cache: true python-version: '{{ default_py }}' - version: 2.20.1 + version: 2.21.0 cache-dependency-path: | ./pdm.dev.lock ./pdm.lock