Skip to content

Commit 5c0a11c

Browse files
chore(deps): update pyo3 requirement from 0.26.0 to 0.27.1
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.27.1/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.26.0...v0.27.1) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.27.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 294989f commit 5c0a11c

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)