Skip to content

Commit d6c79a9

Browse files
chore(deps): update dependency copier to v9.6.0 (#151)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent 292e919 commit d6c79a9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • .github/workflows
  • template/[% if repo_platform == 'github' %].github[% endif %]/workflows

.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.5.0
57+
run: pipx install copier==9.6.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.5.0
166+
run: pipx install copier==9.6.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.5.0
58+
run: pipx install copier==9.6.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.5.0
181+
run: pipx install copier==9.6.0
182182

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

0 commit comments

Comments
 (0)