Skip to content

Commit cdb77f7

Browse files
build(deps): update pyo3 requirement from 0.22.2 to 0.23.3
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/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/commits) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 025084a commit cdb77f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/jsonschema-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ pyo3-build-config = { version = "0.23.1", features = ["resolve-config"] }
2323
jsonschema = { path = "../jsonschema/" }
2424
serde.workspace = true
2525
serde_json.workspace = true
26-
pyo3 = { version = "0.22.2", features = ["extension-module"] }
26+
pyo3 = { version = "0.23.3", features = ["extension-module"] }
2727
pyo3-built = "0.5"

0 commit comments

Comments
 (0)