From c9902d3f1f4d3373b4f7bf38b2016443f3bdf218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:44:31 +0000 Subject: [PATCH] Bump protobuf from 5.28.3 to 5.29.5 in /kuksa-client Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.28.3 to 5.29.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v5.28.3...v5.29.5) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- kuksa-client/requirements.txt | 2 +- kuksa-client/test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kuksa-client/requirements.txt b/kuksa-client/requirements.txt index f16cfb6..7675c5f 100644 --- a/kuksa-client/requirements.txt +++ b/kuksa-client/requirements.txt @@ -18,7 +18,7 @@ jsonpath-ng==1.7.0 # via kuksa_client (setup.cfg) ply==3.11 # via jsonpath-ng -protobuf==5.28.3 +protobuf==5.29.5 # via grpcio-tools pygments==2.18.0 # via kuksa_client (setup.cfg) diff --git a/kuksa-client/test-requirements.txt b/kuksa-client/test-requirements.txt index 75d2b26..c9773a6 100644 --- a/kuksa-client/test-requirements.txt +++ b/kuksa-client/test-requirements.txt @@ -38,7 +38,7 @@ pluggy==1.5.0 # via pytest ply==3.11 # via jsonpath-ng -protobuf==5.28.3 +protobuf==5.29.5 # via grpcio-tools pygments==2.18.0 # via kuksa_client (setup.cfg)