From 2f6ea936e8cdeb6ea07d6fe319e9b9c4c0447b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 08:50:41 +0000 Subject: [PATCH] build(deps): update pythonize requirement from 0.25 to 0.26 Updates the requirements on [pythonize](https://github.com/davidhewitt/pythonize) to permit the latest version. - [Release notes](https://github.com/davidhewitt/pythonize/releases) - [Changelog](https://github.com/davidhewitt/pythonize/blob/main/CHANGELOG.md) - [Commits](https://github.com/davidhewitt/pythonize/compare/v0.25.0...v0.25.0) --- updated-dependencies: - dependency-name: pythonize dependency-version: 0.25.0 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 ff5d5fb0..04417418 100644 --- a/crates/jsonschema-py/Cargo.toml +++ b/crates/jsonschema-py/Cargo.toml @@ -24,5 +24,5 @@ jsonschema = { path = "../jsonschema/" } serde.workspace = true serde_json.workspace = true pyo3 = { version = "0.25", features = ["extension-module"] } -pythonize = "0.25" +pythonize = "0.26" pyo3-built = "0.6"