Skip to content

Commit

Permalink
build(deps): update dependency copier to v9.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
serious-scaffold[bot] authored Oct 21, 2024
1 parent 8b269d6 commit f9784a8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
git config --global user.name github-actions
git config --global user.email [email protected]
- 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
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ consistency:
script:
- git config --global user.name gitlab-ci
- git config --global user.email [email protected]
- pipx install copier==9.3.1
- pipx install copier==9.4.1
- make template-build
- git diff
- git status --porcelain
Expand Down
2 changes: 1 addition & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}}}"
]
},
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/management/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion includes/sample.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion template/.renovaterc.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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}}}' }}"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
git config --global user.name github-actions
git config --global user.email [email protected]
- 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ consistency:
script:
- git config --global user.name gitlab-ci
- git config --global user.email [email protected]
- pipx install copier==9.3.1
- pipx install copier==9.4.1
- make template-build
- git diff
- git status --porcelain
Expand Down
2 changes: 1 addition & 1 deletion template/docs/management/init.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9784a8

Please sign in to comment.