From a8a071b20bb7d50cbce75e274ed4a1cd9a262949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:26:25 +0000 Subject: [PATCH] build(deps): update pyo3 requirement from 0.22.2 to 0.23.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/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.22.2...v0.23.1) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/jsonschema-py/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/jsonschema-py/Cargo.toml b/crates/jsonschema-py/Cargo.toml index 332ff180..26637f98 100644 --- a/crates/jsonschema-py/Cargo.toml +++ b/crates/jsonschema-py/Cargo.toml @@ -23,5 +23,5 @@ pyo3-build-config = { version = "0.23.1", features = ["resolve-config"] } jsonschema = { path = "../jsonschema/" } serde.workspace = true serde_json.workspace = true -pyo3 = { version = "0.22.2", features = ["extension-module"] } +pyo3 = { version = "0.23.1", features = ["extension-module"] } pyo3-built = "0.5"