Skip to content

Commit 8a993b5

Browse files
chore(deps): update dependency copier to v9.10.2 (#555)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent 0a9472d commit 8a993b5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
python-version: 3.11
5252

5353
- name: Install copier
54-
run: pipx install copier==9.9.0
54+
run: pipx install copier==9.10.2
5555

5656
- name: Verify template
5757
run: make template-build
@@ -914,7 +914,7 @@ jobs:
914914
"
915915
916916
- name: Install copier
917-
run: pipx install copier==9.9.0
917+
run: pipx install copier==9.10.2
918918

919919
- name: Apply mkdocs
920920
run: make template-build COPIER_EXTRA_OPTS="-d docs_type=mkdocs"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ clean:
2525

2626
# Install standalone tools
2727
prerequisites:
28-
pipx install --force copier==9.9.0
28+
pipx install --force copier==9.10.2
2929
pipx install --force pre-commit==4.2.0
3030
pipx install --force watchfiles==1.1.0
3131

template/Makefile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ clean:
2828
# Install standalone tools
2929
prerequisites:
3030
[%- if repo_name == "ss-cpp" %]
31-
pipx install --force copier==9.9.0
31+
pipx install --force copier==9.10.2
3232
[%- endif %]
3333
pipx install --force pre-commit==4.2.0
3434
pipx install --force watchfiles==1.1.0

template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
python-version: 3.11
5252

5353
- name: Install copier
54-
run: pipx install copier==9.9.0
54+
run: pipx install copier==9.10.2
5555

5656
- name: Verify template
5757
run: make template-build
@@ -958,7 +958,7 @@ jobs:
958958
"
959959

960960
- name: Install copier
961-
run: pipx install copier==9.9.0
961+
run: pipx install copier==9.10.2
962962

963963
- name: Apply mkdocs
964964
run: make template-build COPIER_EXTRA_OPTS="-d docs_type=mkdocs"

0 commit comments

Comments
 (0)