Skip to content

Commit c3118d6

Browse files
authored
Merge pull request #95 from python-project-templates/tkp/upd
Accumulated dependency updates
2 parents b130c83 + c5ffddc commit c3118d6

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

cpp/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ develop = [
4141
"codespell>=2.4,<2.5",
4242
"hatch-cpp",
4343
"hatchling",
44-
"mdformat>=0.7.22,<0.8",
44+
"mdformat>=0.7.22,<1.1",
4545
"mdformat-tables>=1",
4646
"pytest",
4747
"pytest-cov",

js/js/package.json.jinja

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"dependencies": {},
4343
"devDependencies": {
4444
"@finos/perspective-esbuild-plugin": "^3.2.1",
45-
"@playwright/test": "^1.55.1",
45+
"@playwright/test": "^1.56.1",
4646
"@prospective.co/procss": "^0.1.17",
47-
"cpy": "^12.0.1",
48-
"esbuild": "^0.25.10",
49-
"esbuild-plugin-less": "^1.3.27",
47+
"cpy": "^12.1.0",
48+
"esbuild": "^0.25.11",
49+
"esbuild-plugin-less": "^1.3.28",
5050
"http-server": "^14.1.1",
5151
"nodemon": "^3.1.10",
5252
"npm-run-all": "^4.1.5",

jupyter/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ develop = [
3838
"codespell>=2.4,<2.5",
3939
"hatch-js",
4040
"hatchling",
41-
"mdformat>=0.7.22,<0.8",
41+
"mdformat>=0.7.22,<1.1",
4242
"mdformat-tables>=1",
4343
"jupyterlab>=4,<5",
4444
"pytest",

python/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ develop = [
3535
"check-manifest",
3636
"codespell>=2.4,<2.5",
3737
"hatchling",
38-
"mdformat>=0.7.22,<0.8",
38+
"mdformat>=0.7.22,<1.1",
3939
"mdformat-tables>=1",
4040
"pytest",
4141
"pytest-cov",

rust/Cargo.toml.jinja

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
{{module}} = { path = "./rust", version = "*" }
14-
pyo3 = { version = "0.26", features = ["abi3-py39", "extension-module", "multiple-pymethods"] }
14+
pyo3 = { version = "0.27.1", features = ["abi3-py39", "extension-module", "multiple-pymethods"] }
1515

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

rust/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ develop = [
3838
"codespell>=2.4,<2.5",
3939
"hatch-rs",
4040
"hatchling",
41-
"mdformat>=0.7.22,<0.8",
41+
"mdformat>=0.7.22,<1.1",
4242
"mdformat-tables>=1",
4343
"pytest",
4444
"pytest-cov",

rustjswasm/Cargo.toml.jinja

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
{{module}} = { path = "./rust", version = "*" }
14-
pyo3 = { version = "0.22", features = ["abi3-py39", "extension-module", "multiple-pymethods"] }
14+
pyo3 = { version = "0.27.1", features = ["abi3-py39", "extension-module", "multiple-pymethods"] }
1515
strum = "0.24.1"
1616

1717
[profile.release]

rustjswasm/js/Cargo.toml.jinja

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
{{module}} = { path = "../rust", version = "*" }
16-
wasm-bindgen = "0.2.104"
16+
wasm-bindgen = "0.2.105"

rustjswasm/js/package.json.jinja

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/{{module}}.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",

rustjswasm/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ develop = [
3939
"hatch-js",
4040
"hatch-rs",
4141
"hatchling",
42-
"mdformat>=0.7.22,<0.8",
42+
"mdformat>=0.7.22,<1.1",
4343
"mdformat-tables>=1",
4444
"pytest",
4545
"pytest-cov",

0 commit comments

Comments
 (0)