Skip to content

Commit 40f8b26

Browse files
chore(deps): update dependency copier to v9.9.0 (#200)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent 36fa1f2 commit 40f8b26

File tree

2 files changed

+4
-4
lines changed
  • .github/workflows
  • template/[% if repo_platform == 'github' %].github[% endif %]/workflows

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
python-version: 3.x
5555

5656
- name: Install copier
57-
run: pipx install copier==9.7.1
57+
run: pipx install copier==9.9.0
5858

5959
- name: Verify template
6060
run: pipx run nox -s template
@@ -163,7 +163,7 @@ jobs:
163163
python-version: 3.x
164164

165165
- name: Install copier
166-
run: pipx install copier==9.7.1
166+
run: pipx install copier==9.9.0
167167

168168
- name: Apply mkdocs
169169
run: pipx run nox -s template -- -d docs_type=mkdocs

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
@@ -55,7 +55,7 @@ jobs:
5555
python-version: 3.x
5656

5757
- name: Install copier
58-
run: pipx install copier==9.7.1
58+
run: pipx install copier==9.9.0
5959

6060
- name: Verify template
6161
run: pipx run nox -s template
@@ -178,7 +178,7 @@ jobs:
178178
python-version: 3.x
179179

180180
- name: Install copier
181-
run: pipx install copier==9.7.1
181+
run: pipx install copier==9.9.0
182182

183183
- name: Apply mkdocs
184184
run: pipx run nox -s template -- -d docs_type=mkdocs

0 commit comments

Comments
 (0)