This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a commit to branch nicknezis/bazel-2
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 91703fbf110af1811ab1f4dd0023de68d4400932
Author: Nicholas Nezis <[email protected]>
AuthorDate: Thu Feb 6 02:09:42 2020 -0500

    Update setuptools to 18.8.1
---
 heron/proto/BUILD   | 2 +-
 heronpy/proto/BUILD | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/heron/proto/BUILD b/heron/proto/BUILD
index 2262332..1acd9a7 100644
--- a/heron/proto/BUILD
+++ b/heron/proto/BUILD
@@ -178,7 +178,7 @@ pex_library(
     name = "proto-py",
     reqs = [
         "protobuf==3.8.0",
-        "setuptools==18.0.1",
+        "setuptools==18.8.1",
     ],
     deps = [
         ":proto_ckptmgr_py",
diff --git a/heronpy/proto/BUILD b/heronpy/proto/BUILD
index e9c6354..c0ec11e 100644
--- a/heronpy/proto/BUILD
+++ b/heronpy/proto/BUILD
@@ -26,7 +26,7 @@ pex_library(
     srcs = glob(["**/*.py"]),
     reqs = [
         "protobuf==3.8.0",
-        "setuptools==18.0.1",
+        "setuptools==18.8.1",
     ],
     deps = [
         ":proto_ckptmgr_py",
@@ -49,7 +49,7 @@ pex_binary(
     srcs = glob(["**/*.py"]),
     reqs = [
         "protobuf==3.8.0",
-        "setuptools==18.0.1",
+        "setuptools==18.8.1",
     ],
     deps = [
         ":proto_ckptmgr_py",

Reply via email to