Skip to content

Commit adba188

Browse files
chore(deps): update pyo3 requirement
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. Updates `pyo3` to 0.24.1 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.24.1/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.3...v0.24.1) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e90148 commit adba188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wren-core-base/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python-binding = ["dep:pyo3"]
88
default = []
99

1010
[dependencies]
11-
pyo3 = { version = "0.23.3", features = ["extension-module"], optional = true }
11+
pyo3 = { version = "0.24.1", features = ["extension-module"], optional = true }
1212
serde = { version = "1.0.201", features = ["derive", "rc"] }
1313
wren-manifest-macro = { path = "manifest-macro" }
1414
serde_json = { version = "1.0.117" }

0 commit comments

Comments
 (0)