From a2f75eaaeea7aa4a6d112d8ed4baf6041bc4158b Mon Sep 17 00:00:00 2001 From: DPE bot Date: Thu, 21 Sep 2017 13:40:34 -0700 Subject: [PATCH] Auto-update dependencies. [(#1133)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/1133) * Auto-update dependencies. * Fix missing http library Change-Id: I99faa600f2f3f1f50f57694fc9835d7f35bda250 --- samples/api-client/manager/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/api-client/manager/requirements.txt b/samples/api-client/manager/requirements.txt index 0dbef4aa..de60f243 100644 --- a/samples/api-client/manager/requirements.txt +++ b/samples/api-client/manager/requirements.txt @@ -1,4 +1,4 @@ -google-api-python-client==1.6.3 +google-api-python-client==1.6.4 google-auth-httplib2==0.0.2 -google-auth==1.1.0 +google-auth==1.1.1 google-cloud==0.27.0