From 56a6c46ba285e6acc67a30df3dc93fba8cbfcb17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 10:40:50 +0000 Subject: [PATCH] Bump protobuf from 3.17.3 to 3.18.3 in /demos/grasp_fusion Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.17.3 to 3.18.3. - [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/v3.17.3...v3.18.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demos/grasp_fusion/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/grasp_fusion/requirements.txt b/demos/grasp_fusion/requirements.txt index 12bb5a86f..2615ba63b 100644 --- a/demos/grasp_fusion/requirements.txt +++ b/demos/grasp_fusion/requirements.txt @@ -16,7 +16,7 @@ numpy opencv-python==4.2.0.32 pathlib2 Pillow -protobuf==3.17.3 +protobuf==3.18.3 PyYaml scipy>=1.0.0 scikit-image