From 236fe652ebc3e659df8887a43d3dae0c76ed6b4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 21:19:05 +0000 Subject: [PATCH] Bump protobuf from 5.29.5 to 5.29.6 in /kuksa-client Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.29.5 to 5.29.6. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.6 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 7675c5f..66b7e72 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.29.5 +protobuf==5.29.6 # 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 c9773a6..5be1263 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.29.5 +protobuf==5.29.6 # via grpcio-tools pygments==2.18.0 # via kuksa_client (setup.cfg)