This is an automated email from the ASF dual-hosted git repository.

martin-g pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git


The following commit(s) were added to refs/heads/main by this push:
     new 168406090 chore(deps): bump pyo3-build-config from 0.28.3 to 0.29.0 in 
/python (#1931)
168406090 is described below

commit 1684060902877a423894859d9da80b12a2884109
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 10 14:01:25 2026 +0300

    chore(deps): bump pyo3-build-config from 0.28.3 to 0.29.0 in /python (#1931)
    
    Bumps [pyo3-build-config](https://github.com/pyo3/pyo3) from 0.28.3 to 
0.29.0.
    - [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.28.3...v0.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: pyo3-build-config
      dependency-version: 0.29.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 python/Cargo.lock | 19 ++++++++++++++-----
 python/Cargo.toml |  2 +-
 2 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/python/Cargo.lock b/python/Cargo.lock
index c75d8a057..a2e441b2c 100644
--- a/python/Cargo.lock
+++ b/python/Cargo.lock
@@ -1704,7 +1704,7 @@ dependencies = [
  "prost-types",
  "pyo3",
  "pyo3-async-runtimes",
- "pyo3-build-config",
+ "pyo3-build-config 0.28.3",
  "pyo3-log",
  "serde_json",
  "tokio",
@@ -3125,7 +3125,7 @@ dependencies = [
  "datafusion-python",
  "log",
  "pyo3",
- "pyo3-build-config",
+ "pyo3-build-config 0.29.0",
  "pyo3-log",
  "tokio",
  "tonic",
@@ -3140,7 +3140,7 @@ dependencies = [
  "libc",
  "once_cell",
  "portable-atomic",
- "pyo3-build-config",
+ "pyo3-build-config 0.28.3",
  "pyo3-ffi",
  "pyo3-macros",
 ]
@@ -3169,6 +3169,15 @@ dependencies = [
  "target-lexicon",
 ]
 
+[[package]]
+name = "pyo3-build-config"
+version = "0.29.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+checksum = "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078"
+dependencies = [
+ "target-lexicon",
+]
+
 [[package]]
 name = "pyo3-ffi"
 version = "0.28.3"
@@ -3176,7 +3185,7 @@ source = 
"registry+https://github.com/rust-lang/crates.io-index";
 checksum = "7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e"
 dependencies = [
  "libc",
- "pyo3-build-config",
+ "pyo3-build-config 0.28.3",
 ]
 
 [[package]]
@@ -3210,7 +3219,7 @@ checksum = 
"c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb"
 dependencies = [
  "heck",
  "proc-macro2",
- "pyo3-build-config",
+ "pyo3-build-config 0.28.3",
  "quote",
  "syn",
 ]
diff --git a/python/Cargo.toml b/python/Cargo.toml
index 5b0b14cbb..47b3f9d39 100644
--- a/python/Cargo.toml
+++ b/python/Cargo.toml
@@ -49,4 +49,4 @@ crate-type = ["cdylib"]
 name = "ballista"
 
 [build-dependencies]
-pyo3-build-config = "0.28"
+pyo3-build-config = "0.29"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to