From 5f4e3b22f171164cc00308d494c1f2d659865743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 08:07:42 +0000 Subject: [PATCH] build(deps): update pyo3-build-config requirement from 0.25.0 to 0.26.0 Updates the requirements on [pyo3-build-config](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.25.0...v0.26.0) --- updated-dependencies: - dependency-name: pyo3-build-config dependency-version: 0.26.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..7d90a98d 100644 --- a/crates/jsonschema-py/Cargo.toml +++ b/crates/jsonschema-py/Cargo.toml @@ -17,7 +17,7 @@ crate-type = ["cdylib"] [build-dependencies] built = { version = "0.8.0", features = ["cargo-lock", "chrono"] } -pyo3-build-config = { version = "0.25.0", features = ["resolve-config"] } +pyo3-build-config = { version = "0.26.0", features = ["resolve-config"] } [dependencies] jsonschema = { path = "../jsonschema/" }