Skip to content

Commit d691238

Browse files
twslgithub-actions[bot]
authored andcommitted
chore: update files via copier
1 parent 3fc95a4 commit d691238

5 files changed

Lines changed: 55 additions & 55 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v0.4.1-24-gd2bfff2
2+
_commit: v0.4.1-30-gde87ab8
33
_src_path: git+https://github.com/twsl/python-project-template
44
author_email: 45483159+twsl@users.noreply.github.com
55
author_username: twsl

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
url: ${{ steps.deployment.outputs.page_url }}
7575
steps:
7676
- name: Setup Pages
77-
uses: actions/configure-pages@v5
77+
uses: actions/configure-pages@v6
7878

7979
- name: Download Artifacts
8080
uses: actions/download-artifact@v8
@@ -89,4 +89,4 @@ jobs:
8989

9090
- name: Deploy to GitHub Pages
9191
id: deployment
92-
uses: actions/deploy-pages@v4
92+
uses: actions/deploy-pages@v5

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: pre-commit-update
1717

1818
- repo: https://github.com/astral-sh/uv-pre-commit
19-
rev: 0.11.0
19+
rev: 0.11.2
2020
hooks:
2121
- id: uv-lock
2222

@@ -57,19 +57,19 @@ repos:
5757
- id: nbstripout
5858

5959
- repo: https://github.com/astral-sh/ruff-pre-commit
60-
rev: v0.15.7
60+
rev: v0.15.8
6161
hooks:
6262
- id: ruff-check
6363
args: [--fix, -v]
6464
- id: ruff-format
6565

6666
- repo: https://github.com/allganize/ty-pre-commit
67-
rev: v0.0.24
67+
rev: v0.0.26
6868
hooks:
6969
- id: ty-check
7070

7171
- repo: https://github.com/jendrikseipp/vulture
72-
rev: v2.15
72+
rev: v2.16
7373
hooks:
7474
- id: vulture
7575

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ members = [
4646

4747
[dependency-groups]
4848
dev = [
49-
"ruff>=0.15.7",
50-
"ty>=0.0.24",
49+
"ruff>=0.15.8",
50+
"ty>=0.0.26",
5151
"bandit>=1.9.4",
5252
"prek>=0.3.8",
53-
"vulture>=2.15",
53+
"vulture>=2.16",
5454
"copier>=9.14.0",
5555
"ipykernel>=6.31.0",
5656
"ipywidgets>=8.1.8",

0 commit comments

Comments
 (0)