diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d7a1873..cc68312f 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.8.0 + - run: pipx install copier==9.10.3 - run: make template-build - run: git diff - run: git status --porcelain diff --git a/.gitlab/workflows/ci.yml b/.gitlab/workflows/ci.yml index 28220205..a35e60e4 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.8.0 + - pipx install copier==9.10.3 - make template-build - git diff - git status --porcelain diff --git a/.renovaterc.json b/.renovaterc.json index 22522c2a..80818441 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -222,7 +222,7 @@ "postUpgradeTasks": { "commands": [ "git stash", - "pip install copier==9.8.0", + "pip install copier==9.10.3", "copier update --skip-answered --defaults --vcs-ref {{{newVersion}}}" ] }, diff --git a/Makefile b/Makefile index 613b4df5..cc3da5d1 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.8.0" || pipx install --force copier==9.8.0 + pipx list --short | grep -q "copier 9.10.3" || pipx install --force copier==9.10.3 pipx list --short | grep -q "pdm 2.25.4" || pipx install --force pdm==2.25.4 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.6.0" || pipx install --force pyproject-fmt==2.6.0 diff --git a/README.md b/README.md index 9979625f..0f297f17 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.8.0 +pipx install copier==9.10.3 ``` ## 🚀 Quickstart diff --git a/docs/management/init.md b/docs/management/init.md index 72daaa4e..bb99af7d 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.8.0 +pipx install copier==9.10.3 ``` ## Create the Repository diff --git a/includes/sample.jinja b/includes/sample.jinja index 4e5df448..8dd2e396 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.8.0 +pipx install copier==9.10.3 ``` ## 🚀 Quickstart diff --git a/template/.renovaterc.json.jinja b/template/.renovaterc.json.jinja index 7f55d34b..0583d8f2 100644 --- a/template/.renovaterc.json.jinja +++ b/template/.renovaterc.json.jinja @@ -237,7 +237,7 @@ "postUpgradeTasks": { "commands": [ "git stash", - "pip install copier==9.8.0", + "pip install copier==9.10.3", "copier update --skip-answered --defaults --vcs-ref {{ '{{{newVersion}}}' }}" ] }, diff --git a/template/Makefile.jinja b/template/Makefile.jinja index 6dddcb8d..4ae88467 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.8.0" || pipx install --force copier==9.8.0 + pipx list --short | grep -q "copier 9.10.3" || pipx install --force copier==9.10.3 {% endif %} pipx list --short | grep -q "pdm 2.25.4" || pipx install --force pdm==2.25.4 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 a8cddb51..ef2151ba 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.8.0 +pipx install copier==9.10.3 ``` ## 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 3077c4d5..84c711e6 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.8.0 + - run: pipx install copier==9.10.3 - 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 66fef39c..1afbc006 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.8.0 + - pipx install copier==9.10.3 - make template-build - git diff - git status --porcelain