Skip to content

Commit 2d75e03

Browse files
authored
Merge pull request #107 from twsl/copier/update
chore(deps): bump copier project template to v0.4.2-104-ga3c3d40
2 parents 4869bac + 375a2d6 commit 2d75e03

5 files changed

Lines changed: 107 additions & 107 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.2-92-gc62b972
2+
_commit: v0.4.2-104-ga3c3d40
33
_src_path: git+https://github.com/twsl/python-project-template
44
author_email: 45483159+twsl@users.noreply.github.com
55
author_username: twsl

.devcontainer/devcontainer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@
2222
"ghcr.io/devcontainers-extra/features/actionlint:1": {},
2323
"ghcr.io/devcontainers-extra/features/pre-commit:2": {},
2424
"ghcr.io/dhoeric/features/act:1": {},
25-
// https://github.com/devcontainers/features/issues/1543
26-
// "ghcr.io/devcontainers/features/docker-in-docker:3": {
27-
// "moby": false
28-
// }
25+
"ghcr.io/devcontainers/features/docker-in-docker:4": {
26+
"moby": false
27+
}
2928
},
3029
// Use 'forwardPorts' to make a list of ports inside the container available locally.
3130
// "forwardPorts": [],

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.25
19+
rev: 0.11.26
2020
hooks:
2121
- id: uv-lock
2222

@@ -64,7 +64,7 @@ repos:
6464
- id: ruff-format
6565

6666
- repo: https://github.com/astral-sh/ty-pre-commit
67-
rev: v0.0.55
67+
rev: v0.0.56
6868
hooks:
6969
- id: ty
7070

pyproject.toml

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

4747
[dependency-groups]
4848
dev = [
49-
"ruff>=0.15.18",
50-
"ty>=0.0.52",
49+
"ruff>=0.15.20",
50+
"ty>=0.0.55",
5151
"bandit>=1.9.4",
52-
"prek>=0.4.4",
52+
"prek>=0.4.6",
5353
"vulture>=2.16",
54-
"copier>=9.15.2",
55-
"ipykernel>=7.2.0",
54+
"copier>=9.16.0",
55+
"ipykernel>=7.3.0",
5656
"ipywidgets>=8.1.8",
5757
"ipython>=9.13.0",
58-
"jupytext>=1.19.1",
58+
"jupytext>=1.19.3",
5959
"nbconvert>=7.17.1",
6060
]
6161
test = [
@@ -64,7 +64,7 @@ test = [
6464
"pytest-mock>=3.15.1",
6565
"pytest-cases>=3.10.1",
6666
"pytest-benchmark[aspect,histogram]>=5.2.3",
67-
"pytest-github-actions-annotate-failures>=0.4.0",
67+
"pytest-github-actions-annotate-failures>=0.4.2",
6868
]
6969
docs = [
7070
"mkdocs>=1.6.1",
@@ -74,7 +74,7 @@ docs = [
7474
"mkdocs-git-authors-plugin>=0.10.0",
7575
"mkapi>=4.5.0",
7676
"markdown-callouts>=0.4.0",
77-
"pymdown-extensions>=10.21.3",
77+
"pymdown-extensions>=11.0.0",
7878
"pygments>=2.20.0",
7979
"mkdocs-jupyter>=0.26.3",
8080
]

0 commit comments

Comments
 (0)