Skip to content

Commit 27f0210

Browse files
authored
Merge pull request #33 from python-project-templates/copier-update-2025-11-01T16-56-00
Update from copier (2025-11-01T16:56:00)
2 parents d509282 + 99bda28 commit 27f0210

File tree

8 files changed

+177
-205
lines changed

8 files changed

+177
-205
lines changed

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

Cargo.lock

Lines changed: 19 additions & 46 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
python_template_rust = { path = "./rust", version = "*" }
14-
pyo3 = { version = "0.26", features = ["abi3-py39", "extension-module", "multiple-pymethods"] }
15-
strum = "0.27.2"
14+
pyo3 = { version = "0.27.1", features = ["abi3-py39", "extension-module", "multiple-pymethods"] }
1615

1716
[profile.release]
1817
panic = 'abort'

js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ crate-type = ["cdylib"]
1313

1414
[dependencies]
1515
python_template_rust = { path = "../rust", version = "*" }
16-
wasm-bindgen = "0.2.104"
16+
wasm-bindgen = "0.2.105"

js/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"scripts": {
29-
"setup": "cargo install -f wasm-bindgen-cli --version 0.2.104",
29+
"setup": "cargo install -f wasm-bindgen-cli --version 0.2.105",
3030
"build:debug": "node build.mjs --debug",
3131
"build:rust": "cargo build --release --all-features --target wasm32-unknown-unknown",
3232
"build:wasm-bindgen": "wasm-bindgen ../target/wasm32-unknown-unknown/release/python_template_rust.wasm --out-dir ./dist/pkg --target web",
@@ -52,11 +52,11 @@
5252
"dependencies": {},
5353
"devDependencies": {
5454
"@finos/perspective-esbuild-plugin": "^3.2.1",
55-
"@playwright/test": "^1.55.1",
55+
"@playwright/test": "^1.56.1",
5656
"@prospective.co/procss": "^0.1.17",
57-
"cpy": "^12.0.1",
58-
"esbuild": "^0.25.10",
59-
"esbuild-plugin-less": "^1.3.27",
57+
"cpy": "^12.1.0",
58+
"esbuild": "^0.25.11",
59+
"esbuild-plugin-less": "^1.3.28",
6060
"http-server": "^14.1.1",
6161
"nodemon": "^3.1.10",
6262
"npm-run-all": "^4.1.5",

0 commit comments

Comments
 (0)