From 773490399efce987c9585ce3cdddd5478e803da7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 01:23:01 +0000 Subject: [PATCH] build(deps): bump substrait-protobuf in /py in the substrait group Bumps the substrait group in /py with 1 update: [substrait-protobuf](https://github.com/substrait-io/substrait-packaging). Updates `substrait-protobuf` from 0.87.0 to 0.99.0 - [Commits](https://github.com/substrait-io/substrait-packaging/compare/python/substrait-protobuf/v0.87.0...cpp/substrait-protobuf/v0.99.0) --- updated-dependencies: - dependency-name: substrait-protobuf dependency-version: 0.99.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: substrait ... Signed-off-by: dependabot[bot] --- py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/pyproject.toml b/py/pyproject.toml index a151eb11..3f2effb1 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ # (imported under the top-level `substrait` namespace). Pinned to match the # Substrait version this validator targets, mirroring the Rust side's pin of # substrait-prost. - "substrait-protobuf == 0.87.0", + "substrait-protobuf == 0.99.0", "protobuf >=5,<7", "click >= 8", "pyyaml >= 6",