diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3da8e68b..bbef7bbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: run: | git config --global user.name github-actions git config --global user.email github-actions@github.com - - run: pipx install copier==9.2.0 + - run: pipx install copier==9.3.1 - run: make consistency - run: git diff - run: git status --porcelain diff --git a/.gitlab/workflows/ci.yml b/.gitlab/workflows/ci.yml index 9b856a5b..0771ed07 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.2.0 + - pipx install copier==9.3.1 - make consistency - git diff - git status --porcelain diff --git a/.renovaterc.json b/.renovaterc.json index d01e342a..720ce70b 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -198,7 +198,7 @@ "postUpgradeTasks": { "commands": [ "git stash", - "pip install copier==9.2.0", + "pip install copier==9.3.1", "copier update --defaults --vcs-ref {{{newVersion}}}" ] }, diff --git a/README.md b/README.md index 53cf4914..c72cbe8d 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,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.2.0 +pipx install copier==9.3.1 ``` ## 🚀 Quickstart diff --git a/docs/management/init.md b/docs/management/init.md index 64c8eeb3..1793f50c 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.2.0 +pipx install copier==9.3.1 ``` ## Create the Repository diff --git a/includes/sample.jinja b/includes/sample.jinja index 051d178a..f7ae3ec8 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.2.0 +pipx install copier==9.3.1 ``` ## 🚀 Quickstart diff --git a/template/.renovaterc.json.jinja b/template/.renovaterc.json.jinja index 9117d365..a135a0df 100644 --- a/template/.renovaterc.json.jinja +++ b/template/.renovaterc.json.jinja @@ -213,7 +213,7 @@ "postUpgradeTasks": { "commands": [ "git stash", - "pip install copier==9.2.0", + "pip install copier==9.3.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 45bef1d8..a1b8eda5 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 @@ -96,7 +96,7 @@ jobs: run: | git config --global user.name github-actions git config --global user.email github-actions@github.com - - run: pipx install copier==9.2.0 + - run: pipx install copier==9.3.1 - run: make consistency - 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 4c896697..1f25565c 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.2.0 + - pipx install copier==9.3.1 - make consistency - git diff - git status --porcelain diff --git a/template/docs/management/init.md.jinja b/template/docs/management/init.md.jinja index 15ef7216..a61b31e2 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.2.0 +pipx install copier==9.3.1 ``` ## Create the Repository