From 6ab7fe4f88c9917158f822adfbbea2d831736fa1 Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 02:09:59 +0000 Subject: [PATCH] build(deps): update dependency copier to v9.4.1 --- .github/workflows/ci.yml | 2 +- .gitlab/workflows/ci.yml | 2 +- .renovaterc.json | 2 +- README.md | 2 +- docs/management/init.md | 2 +- includes/sample.jinja | 2 +- template/.renovaterc.json.jinja | 2 +- .../workflows/ci.yml.jinja | 2 +- .../workflows/ci.yml.jinja | 2 +- template/docs/management/init.md.jinja | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12d41efd..2daa7e90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: run: | git config --global user.name github-actions git config --global user.email github-actions@github.com - - run: pipx install copier==9.3.1 + - run: pipx install copier==9.4.1 - run: make template-build - run: git diff - run: git status --porcelain diff --git a/.gitlab/workflows/ci.yml b/.gitlab/workflows/ci.yml index 04a0d9eb..10a3fa7c 100644 --- a/.gitlab/workflows/ci.yml +++ b/.gitlab/workflows/ci.yml @@ -38,7 +38,7 @@ consistency: script: - git config --global user.name gitlab-ci - git config --global user.email gitlab-ci@gitlab.com - - pipx install copier==9.3.1 + - pipx install copier==9.4.1 - make template-build - git diff - git status --porcelain diff --git a/.renovaterc.json b/.renovaterc.json index a4c6fa94..d720fede 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -198,7 +198,7 @@ "postUpgradeTasks": { "commands": [ "git stash", - "pip install copier==9.3.1", + "pip install copier==9.4.1", "copier update --defaults --vcs-ref {{{newVersion}}}" ] }, diff --git a/README.md b/README.md index f6c053a9..d5157b86 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,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.3.1 +pipx install copier==9.4.1 ``` ## 🚀 Quickstart diff --git a/docs/management/init.md b/docs/management/init.md index 1793f50c..24aa7bd7 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.3.1 +pipx install copier==9.4.1 ``` ## Create the Repository diff --git a/includes/sample.jinja b/includes/sample.jinja index f7ae3ec8..4c74f144 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.3.1 +pipx install copier==9.4.1 ``` ## 🚀 Quickstart diff --git a/template/.renovaterc.json.jinja b/template/.renovaterc.json.jinja index 1c593037..617dcdcf 100644 --- a/template/.renovaterc.json.jinja +++ b/template/.renovaterc.json.jinja @@ -213,7 +213,7 @@ "postUpgradeTasks": { "commands": [ "git stash", - "pip install copier==9.3.1", + "pip install copier==9.4.1", "copier update --defaults --vcs-ref {{ '{{{newVersion}}}' }}" ] }, 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 70fa7e20..90d70101 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 @@ -73,7 +73,7 @@ jobs: run: | git config --global user.name github-actions git config --global user.email github-actions@github.com - - run: pipx install copier==9.3.1 + - run: pipx install copier==9.4.1 - 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 98cabe94..e10707e4 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 @@ -50,7 +50,7 @@ consistency: script: - git config --global user.name gitlab-ci - git config --global user.email gitlab-ci@gitlab.com - - pipx install copier==9.3.1 + - pipx install copier==9.4.1 - make template-build - git diff - git status --porcelain diff --git a/template/docs/management/init.md.jinja b/template/docs/management/init.md.jinja index a61b31e2..eedcfa2e 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.3.1 +pipx install copier==9.4.1 ``` ## Create the Repository