From 7062fb7880c33d017f40731fa0d1f7de01afa4d2 Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Sun, 13 Jul 2025 09:31:37 +0000 Subject: [PATCH] build(deps): update dependency copier to v9.8.0 --- .github/workflows/ci.yml | 2 +- .gitlab/workflows/ci.yml | 2 +- .renovaterc.json | 2 +- Makefile | 2 +- README.md | 2 +- docs/management/init.md | 2 +- includes/sample.jinja | 2 +- template/.renovaterc.json.jinja | 2 +- template/Makefile.jinja | 2 +- template/docs/management/init.md.jinja | 2 +- .../workflows/ci.yml.jinja | 2 +- .../workflows/ci.yml.jinja | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95ea2a6c..788bea56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: run: | git config --global user.name github-actions git config --global user.email github-actions@github.com - - run: pipx install copier==9.6.0 + - run: pipx install copier==9.8.0 - run: make template-build - run: git diff - run: git status --porcelain diff --git a/.gitlab/workflows/ci.yml b/.gitlab/workflows/ci.yml index ebc82eb4..28220205 100644 --- a/.gitlab/workflows/ci.yml +++ b/.gitlab/workflows/ci.yml @@ -39,7 +39,7 @@ consistency: script: - git config --global user.name gitlab-ci - git config --global user.email gitlab-ci@gitlab.com - - pipx install copier==9.6.0 + - pipx install copier==9.8.0 - make template-build - git diff - git status --porcelain diff --git a/.renovaterc.json b/.renovaterc.json index 9c721085..648e9df4 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -222,7 +222,7 @@ "postUpgradeTasks": { "commands": [ "git stash", - "pip install copier==9.6.0", + "pip install copier==9.8.0", "copier update --skip-answered --defaults --vcs-ref {{{newVersion}}}" ] }, diff --git a/Makefile b/Makefile index df870aab..32fad591 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ lock: prerequisites: pipx list --short | grep -q "check-jsonschema 0.33.2" || pipx install --force check-jsonschema==0.33.2 pipx list --short | grep -q "codespell 2.4.1" || pipx install --force codespell[toml]==2.4.1 - pipx list --short | grep -q "copier 9.6.0" || pipx install --force copier==9.6.0 + pipx list --short | grep -q "copier 9.8.0" || pipx install --force copier==9.8.0 pipx list --short | grep -q "pdm 2.24.1" || pipx install --force pdm==2.24.1 pipx list --short | grep -q "pre-commit 4.2.0" || pipx install --force pre-commit==4.2.0 pipx list --short | grep -q "pyproject-fmt 2.5.1" || pipx install --force pyproject-fmt==2.5.1 diff --git a/README.md b/README.md index 519b19dd..9979625f 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Please refer to pipx's installation instructions [here](https://pipx.pypa.io/sta Once pipx is set up, install the copier for project generation using the following command: ```bash -pipx install copier==9.6.0 +pipx install copier==9.8.0 ``` ## 🚀 Quickstart diff --git a/docs/management/init.md b/docs/management/init.md index be8fdc19..72daaa4e 100644 --- a/docs/management/init.md +++ b/docs/management/init.md @@ -7,7 +7,7 @@ Please refer to pipx's installation instructions [here](https://pipx.pypa.io/sta Once pipx is set up, install the copier for project generation using the following command: ```bash -pipx install copier==9.6.0 +pipx install copier==9.8.0 ``` ## Create the Repository diff --git a/includes/sample.jinja b/includes/sample.jinja index dd2601fa..4e5df448 100644 --- a/includes/sample.jinja +++ b/includes/sample.jinja @@ -38,7 +38,7 @@ Please refer to pipx's installation instructions [here](https://pipx.pypa.io/sta Once pipx is set up, install the copier for project generation using the following command: ```bash -pipx install copier==9.6.0 +pipx install copier==9.8.0 ``` ## 🚀 Quickstart diff --git a/template/.renovaterc.json.jinja b/template/.renovaterc.json.jinja index d2b5578c..e47ac77c 100644 --- a/template/.renovaterc.json.jinja +++ b/template/.renovaterc.json.jinja @@ -237,7 +237,7 @@ "postUpgradeTasks": { "commands": [ "git stash", - "pip install copier==9.6.0", + "pip install copier==9.8.0", "copier update --skip-answered --defaults --vcs-ref {{ '{{{newVersion}}}' }}" ] }, diff --git a/template/Makefile.jinja b/template/Makefile.jinja index c66fd701..b25fb071 100644 --- a/template/Makefile.jinja +++ b/template/Makefile.jinja @@ -68,7 +68,7 @@ prerequisites: pipx list --short | grep -q "check-jsonschema 0.33.2" || pipx install --force check-jsonschema==0.33.2 pipx list --short | grep -q "codespell 2.4.1" || pipx install --force codespell[toml]==2.4.1 {% if project_name == "Serious Scaffold Python" %} - pipx list --short | grep -q "copier 9.6.0" || pipx install --force copier==9.6.0 + pipx list --short | grep -q "copier 9.8.0" || pipx install --force copier==9.8.0 {% endif %} pipx list --short | grep -q "pdm 2.24.1" || pipx install --force pdm==2.24.1 pipx list --short | grep -q "pre-commit 4.2.0" || pipx install --force pre-commit==4.2.0 diff --git a/template/docs/management/init.md.jinja b/template/docs/management/init.md.jinja index d393afce..a8cddb51 100644 --- a/template/docs/management/init.md.jinja +++ b/template/docs/management/init.md.jinja @@ -8,7 +8,7 @@ Please refer to pipx's installation instructions [here](https://pipx.pypa.io/sta Once pipx is set up, install the copier for project generation using the following command: ```bash -pipx install copier==9.6.0 +pipx install copier==9.8.0 ``` ## Create the Repository 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 0a2eb33b..0b9956b8 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 @@ -79,7 +79,7 @@ jobs: run: | git config --global user.name github-actions git config --global user.email github-actions@github.com - - run: pipx install copier==9.6.0 + - run: pipx install copier==9.8.0 - run: make template-build - run: git diff - run: git status --porcelain diff --git a/template/{% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %}.gitlab{% endif %}/workflows/ci.yml.jinja b/template/{% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %}.gitlab{% endif %}/workflows/ci.yml.jinja index 477025ac..66fef39c 100644 --- a/template/{% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %}.gitlab{% endif %}/workflows/ci.yml.jinja +++ b/template/{% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %}.gitlab{% endif %}/workflows/ci.yml.jinja @@ -51,7 +51,7 @@ consistency: script: - git config --global user.name gitlab-ci - git config --global user.email gitlab-ci@gitlab.com - - pipx install copier==9.6.0 + - pipx install copier==9.8.0 - make template-build - git diff - git status --porcelain