From f69eb1ba789083762d2bfdff82575d01eb790db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:16:09 +0000 Subject: [PATCH] Bump protobuf 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] --- .../part_0_docker/pydgraph/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/aks/series_2_network_mgmnt/part_0_docker/pydgraph/requirements.txt b/kubernetes/aks/series_2_network_mgmnt/part_0_docker/pydgraph/requirements.txt index 939dede..4404123 100644 --- a/kubernetes/aks/series_2_network_mgmnt/part_0_docker/pydgraph/requirements.txt +++ b/kubernetes/aks/series_2_network_mgmnt/part_0_docker/pydgraph/requirements.txt @@ -1,5 +1,5 @@ certifi==2021.5.30 grpcio==1.38.1 -protobuf==3.17.3 +protobuf==3.18.3 pydgraph==21.3.0 six==1.16.0