diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79317055..e5c61eb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: run: | git config --global user.name github-actions git config --global user.email github-actions@github.com - - run: pipx install copier==9.4.1 + - run: pipx install copier==9.5.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 9a014439..1d861bec 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.4.1 + - pipx install copier==9.5.0 - make template-build - git diff - git status --porcelain diff --git a/.renovaterc.json b/.renovaterc.json index 81bb5d53..d6e7f244 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -210,7 +210,7 @@ "postUpgradeTasks": { "commands": [ "git stash", - "pip install copier==9.4.1", + "pip install copier==9.5.0", "copier update --skip-answered --defaults --vcs-ref {{{newVersion}}}" ] }, diff --git a/Makefile b/Makefile index a05d7152..8229674a 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ lock: prerequisites: pipx list --short | grep -q "check-jsonschema 0.31.2" || pipx install --force check-jsonschema==0.31.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.4.1" || pipx install --force copier==9.4.1 + pipx list --short | grep -q "copier 9.5.0" || pipx install --force copier==9.5.0 pipx list --short | grep -q "pdm 2.22.3" || pipx install --force pdm==2.22.3 pipx list --short | grep -q "pre-commit 4.1.0" || pipx install --force pre-commit==4.1.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 cafee248..377d82a2 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.4.1 +pipx install copier==9.5.0 ``` ## 🚀 Quickstart diff --git a/docs/management/init.md b/docs/management/init.md index 24aa7bd7..0296e2b5 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.4.1 +pipx install copier==9.5.0 ``` ## Create the Repository diff --git a/includes/sample.jinja b/includes/sample.jinja index e41ad692..51896c2c 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.4.1 +pipx install copier==9.5.0 ``` ## 🚀 Quickstart diff --git a/template/.renovaterc.json.jinja b/template/.renovaterc.json.jinja index 66577ecb..b2608702 100644 --- a/template/.renovaterc.json.jinja +++ b/template/.renovaterc.json.jinja @@ -225,7 +225,7 @@ "postUpgradeTasks": { "commands": [ "git stash", - "pip install copier==9.4.1", + "pip install copier==9.5.0", "copier update --skip-answered --defaults --vcs-ref {{ '{{{newVersion}}}' }}" ] }, diff --git a/template/Makefile.jinja b/template/Makefile.jinja index 8f654db4..c47c8193 100644 --- a/template/Makefile.jinja +++ b/template/Makefile.jinja @@ -68,7 +68,7 @@ prerequisites: pipx list --short | grep -q "check-jsonschema 0.31.2" || pipx install --force check-jsonschema==0.31.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.4.1" || pipx install --force copier==9.4.1 + pipx list --short | grep -q "copier 9.5.0" || pipx install --force copier==9.5.0 {% endif %} pipx list --short | grep -q "pdm 2.22.3" || pipx install --force pdm==2.22.3 pipx list --short | grep -q "pre-commit 4.1.0" || pipx install --force pre-commit==4.1.0 diff --git a/template/docs/management/init.md.jinja b/template/docs/management/init.md.jinja index f1bd263a..660b3756 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.4.1 +pipx install copier==9.5.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 5dbf2293..e5db6c3b 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 @@ -76,7 +76,7 @@ jobs: run: | git config --global user.name github-actions git config --global user.email github-actions@github.com - - run: pipx install copier==9.4.1 + - run: pipx install copier==9.5.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 523449c6..bccde501 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.4.1 + - pipx install copier==9.5.0 - make template-build - git diff - git status --porcelain