Skip to content

Commit

Permalink
build(deps): update dependency copier to v9.3.1 (#645)
Browse files Browse the repository at this point in the history
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
  • Loading branch information
serious-scaffold[bot] committed Jul 8, 2024
1 parent dbadcb7 commit ea85c4e
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 @@ -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
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 gitlab-ci@gitlab.com
- pipx install copier==9.2.0
- pipx install copier==9.3.1
- make consistency
- 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.2.0",
"pip install copier==9.3.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 @@ -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
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.2.0
pipx install copier==9.3.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.2.0
pipx install copier==9.3.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.2.0",
"pip install copier==9.3.1",
"copier update --defaults --vcs-ref {{ '{{{newVersion}}}' }}"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 gitlab-ci@gitlab.com
- pipx install copier==9.2.0
- pipx install copier==9.3.1
- make consistency
- 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.2.0
pipx install copier==9.3.1
```

## Create the Repository
Expand Down

0 comments on commit ea85c4e

Please sign in to comment.