Skip to content

Commit acc3588

Browse files
theshadow76claude
andcommitted
fix: update pyo3 to 0.29.0 and fix dependabot config
- Bump pyo3 from 0.28.3 to 0.29.0 to address security advisory (affected: < 0.29.0) - Bump pyo3-async-runtimes from 0.28.0 to 0.29.0 to match pyo3 version - Fix dependabot.yml: set package-ecosystem to "cargo", fix typo "dayli" -> "weekly", point to workspace root "/" so Dependabot can resolve workspace members correctly Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 42cb66a commit acc3588

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "cargo"
9+
directory: "/"
1010
schedule:
11-
interval: "dayli"
11+
interval: "weekly"

crates/bindings_pyo3/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ crate-type = ["cdylib"]
1919
test = false
2020

2121
[dependencies]
22-
pyo3 = { version = "0.28.3", features = ["abi3-py39"] }
23-
pyo3-async-runtimes = { version = "0.28.0", features = ["tokio-runtime"] }
22+
pyo3 = { version = "0.29.0", features = ["abi3-py39"] }
23+
pyo3-async-runtimes = { version = "0.29.0", features = ["tokio-runtime"] }
2424

2525
binary_options_tools = { path = "../binary_options_tools", version = "0.2.1" }
2626

0 commit comments

Comments
 (0)