Skip to content

Commit a295cde

Browse files
authored
Merge pull request #140 from python-project-templates/copier-update-2026-09-06T09-24-11Z
Update from Copier (2026-09-06T09-24-11Z)
2 parents 3947b76 + 4096b26 commit a295cde

5 files changed

Lines changed: 398 additions & 372 deletions

File tree

.copier-answers.yaml

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
2-
_commit: dcfbd4b
2+
_commit: 552b2de
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: true
55
add_extension: rustjswasm

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
python_template_rust = { path = "./rust", version = "*" }
14-
pyo3 = { version = "0.29.0", features = ["abi3", "extension-module", "multiple-pymethods"] }
14+
pyo3 = { version = "0.29.2", features = ["abi3", "extension-module", "multiple-pymethods"] }
1515

1616
[profile.release]
1717
panic = 'abort'

js/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,16 @@
5050
"test": "npm-run-all test:rust test:js",
5151
"watch": "nodemon --watch src -e ts,css,html --exec \"pnpm build:debug\""
5252
},
53-
"dependencies": {},
5453
"devDependencies": {
55-
"@playwright/test": "^1.62.0",
56-
"cpy": "^13.2.2",
54+
"@playwright/test": "^1.63.0",
55+
"cpy": "^13.2.3",
5756
"esbuild": "^0.28.2",
58-
"lightningcss": "^1.33.0",
5957
"http-server": "^14.1.1",
58+
"lightningcss": "^1.33.0",
6059
"nodemon": "^3.1.14",
6160
"npm-run-all": "^4.1.5",
62-
"oxfmt": "^0.65.0",
63-
"oxlint": "^1.80.0",
61+
"oxfmt": "^0.66.0",
62+
"oxlint": "^1.81.0",
6463
"typescript": "^7.0.2"
6564
}
6665
}

0 commit comments

Comments
 (0)