Skip to content

Commit bc4ae28

Browse files
committed
misc(deps): update pyo3
1 parent b806346 commit bc4ae28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ exclude = ["release-plz.toml", ".github", "python"]
2929

3030
[dependencies]
3131
general-sam = { workspace = true }
32-
pyo3 = { version = "0.26.0", optional = true }
32+
pyo3 = { version = "0.27.1", optional = true }
3333
tinyvec = { version = "1.10.0", features = ["alloc"] }
3434

3535
[features]

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ derive_more = { version = "2.0.1", features = ["from", "into"] }
1919
general-sam = { workspace = true }
2020
itertools = "0.14.0"
2121
mtc-token-healing = { version = "0.3.0", path = "..", features = ["pyo3"] }
22-
pyo3 = { version = "0.26.0", features = ["extension-module", "generate-import-lib", "abi3-py310"] }
22+
pyo3 = { version = "0.27.1", features = ["extension-module", "generate-import-lib", "abi3-py310"] }

0 commit comments

Comments
 (0)