From f95035944d584edaaa081605985816421a931bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 11:02:06 +0000 Subject: [PATCH] Bump pyo3-build-config from 0.26.0 to 0.27.1 Bumps [pyo3-build-config](https://github.com/pyo3/pyo3) from 0.26.0 to 0.27.1. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.27.1/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.26.0...v0.27.1) --- updated-dependencies: - dependency-name: pyo3-build-config dependency-version: 0.27.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 ++++++++++++++----- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54c9505a6..8a31eeaec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,7 +297,7 @@ dependencies = [ "num-bigint", "num-traits", "pyo3", - "pyo3-build-config", + "pyo3-build-config 0.26.0", "smallvec", ] @@ -443,7 +443,7 @@ dependencies = [ "num-traits", "percent-encoding", "pyo3", - "pyo3-build-config", + "pyo3-build-config 0.27.1", "regex", "serde", "serde_json", @@ -468,7 +468,7 @@ dependencies = [ "num-bigint", "once_cell", "portable-atomic", - "pyo3-build-config", + "pyo3-build-config 0.26.0", "pyo3-ffi", "pyo3-macros", "unindent", @@ -484,6 +484,15 @@ dependencies = [ "target-lexicon", ] +[[package]] +name = "pyo3-build-config" +version = "0.27.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f77d387774f6f6eec64a004eac0ed525aab7fa1966d94b42f743797b3e395afb" +dependencies = [ + "target-lexicon", +] + [[package]] name = "pyo3-ffi" version = "0.26.0" @@ -491,7 +500,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "025474d3928738efb38ac36d4744a74a400c901c7596199e20e45d98eb194105" dependencies = [ "libc", - "pyo3-build-config", + "pyo3-build-config 0.26.0", ] [[package]] @@ -514,7 +523,7 @@ checksum = "100246c0ecf400b475341b8455a9213344569af29a3c841d29270e53102e0fcf" dependencies = [ "heck", "proc-macro2", - "pyo3-build-config", + "pyo3-build-config 0.26.0", "quote", "syn", ] diff --git a/Cargo.toml b/Cargo.toml index 917c7de1f..c65b33f96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ pyo3 = { version = "0.26", features = ["auto-initialize"] } [build-dependencies] version_check = "0.9.5" # used where logic has to be version/distribution specific, e.g. pypy -pyo3-build-config = { version = "0.26" } +pyo3-build-config = { version = "0.27" } [lints.clippy] dbg_macro = "warn"