Skip to content

Commit

Permalink
build: copier update
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Apr 8, 2023
1 parent dc950dd commit 4c87aca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Answer file maintained by Copier for: https://github.com/KyleKing/calcipy_template
# DO NOT MODIFY THIS FILE. Edit by re-running copier and changing responses to the questions
# Check into version control.
_commit: 1.4.2
_commit: 1.5.0
_src_path: gh:KyleKing/calcipy_template
author_email: [email protected]
author_name: Kyle King
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
os:
default: ubuntu-22.04
poetry-version:
default: 1.3.2
default: 1.4.2
python-version:
required: true

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/upgrade-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ jobs:
- name: Upgrade Python dependencies
run: poetry update

- name: Upgrade pre-commit dependencies
run: pip install pre-commit && pre-commit autoupdate

# Creates a PR against the checked-out branch
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v5
with:
title: "build: automated dependency upgrades"
body: "Full log: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ repos:
args: [--never]
files: calcipy/.*\.py
- repo: https://github.com/KyleKing/calcipy
rev: 1.0.1
rev: 1.2.1
hooks:
- id: copier-forbidden-files
- id: lint-fix
Expand Down

0 comments on commit 4c87aca

Please sign in to comment.