8000 Auto-update dependencies. (#1133) · johnmanong/python-docs-samples@383bc01 · GitHub
[go: up one dir, main page]

Skip to content

Commit 383bc01

Browse files
dpebotJon Wayne Parrott
authored andcommitted
Auto-update dependencies. (GoogleCloudPlatform#1133)
* Auto-update dependencies. * Fix missing http library Change-Id: I99faa600f2f3f1f50f57694fc9835d7f35bda250
1 parent d1523f5 commit 383bc01

File tree

32 files changed

+77
-37
lines changed
  • transfer_service
  • tasks
  • testing
  • vision/api/label
  • 32 files changed

    +77
    -37
    lines changed
    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,4 +1,6 @@
    11
    Flask==0.12.2
    2-
    google-api-python-client==1.6.3
    2+
    google-api-python-client==1.6.4
    3+
    google-auth==1.1.1
    4+
    google-auth-httplib2==0.0.2
    35
    google-cloud-datastore==1.3.0
    46
    gunicorn==19.7.1
    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1 +1,3 @@
    1-
    google-api-python-client==1.6.3
    1+
    google-api-python-client==1.6.4
    2+
    google-auth==1.1.1
    3+
    google-auth-httplib2==0.0.2
    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,6 +1,6 @@
    11
    Flask==0.12.2
    22
    pyjwt==1.5.3
    33
    flask-cors==3.0.3
    4-
    google-auth==1.1.0
    4+
    google-auth==1.1.1
    55
    requests==2.18.4
    66
    requests-toolbelt==0.8.0
    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1 +1,3 @@
    1-
    google-api-python-client==1.6.3
    1+
    google-api-python-client==1.6.4
    2+
    google-auth==1.1.1
    3+
    google-auth-httplib2==0.0.2

    auth/api-client/requirements.txt

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1,3 +1,3 @@
    1-
    google-api-python-client==1.6.3
    1+
    google-api-python-client==1.6.4
    22
    google-auth-httplib2==0.0.2
    3-
    google-auth==1.1.0
    3+
    google-auth==1.1.1

    auth/end-user/web/requirements.txt

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1,6 +1,6 @@
    1-
    google-auth==1.1.0
    1+
    google-auth==1.1.1
    22
    google-auth-oauthlib==0.1.1
    33
    google-auth-httplib2==0.0.2
    4-
    google-api-python-client==1.6.3
    4+
    google-api-python-client==1.6.4
    55
    flask==0.12.2
    66
    requests==2.18.4

    auth/http-client/requirements.txt

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,2 +1,2 @@
    11
    requests==2.18.4
    2-
    google-auth==1.1.0
    2+
    google-auth==1.1.1

    bigquery/api/requirements.txt

    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1 +1,3 @@
    1-
    google-api-python-client==1.6.3
    1+
    google-api-python-client==1.6.4
    2+
    google-auth==1.1.1
    3+
    google-auth-httplib2==0.0.2

    bigquery/rest/requirements.txt

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,2 +1,2 @@
    1-
    google-auth==1.1.0
    1+
    google-auth==1.1.1
    22
    requests==2.18.4

    compute/api/requirements.txt

    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1 +1,3 @@
    1-
    google-api-python-client==1.6.3
    1+
    google-api-python-client==1.6.4
    2+
    google-auth==1.1.1
    3+
    google-auth-httplib2==0.0.2

    compute/auth/requirements.txt

    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,2 +1,4 @@
    11
    requests==2.18.4
    2-
    google-api-python-client==1.6.3
    2+
    google-api-python-client==1.6.4
    3+
    google-auth==1.1.1
    4+
    google-auth-httplib2==0.0.2
    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1,3 +1,3 @@
    1-
    google-api-python-client==1.6.3
    2-
    google-auth==1.1.0
    1+
    google-api-python-client==1.6.4
    2+
    google-auth==1.1.1
    33
    google-auth-httplib2==0.0.2

    dataproc/requirements.txt

    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,2 +1,4 @@
    1-
    google-api-python-client==1.6.3
    1+
    google-api-python-client==1.6.4
    2+
    google-auth==1.1.1
    3+
    google-auth-httplib2==0.0.2
    24
    google-cloud==0.27.0
    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,2 +1,2 @@
    11
    grpcio==1.6.0
    2-
    google-auth==1.1.0
    2+
    google-auth==1.1.1
    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1,3 +1,3 @@
    1-
    google-api-python-client==1.6.3
    2-
    google-auth==1.1.0
    1+
    google-api-python-client==1.6.4
    2+
    google-auth==1.1.1
    33
    google-auth-httplib2==0.0.2

    endpoints/getting-started/requirements.txt

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -4,5 +4,5 @@ gunicorn==19.7.1
    44
    six==1.11.0
    55
    pyyaml==3.12
    66
    requests==2.18.4
    7-
    google-auth==1.1.0
    7+
    google-auth==1.1.1
    88
    google-auth-oauthlib==0.1.1

    iap/requirements.txt

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,7 +1,7 @@
    11
    PyJWT==1.5.3
    22
    cryptography==2.0.3
    33
    flask==0.12.2
    4-
    google-auth==1.1.0
    4+
    google-auth==1.1.1
    55
    gunicorn==19.7.1
    66
    requests==2.18.4
    77
    requests_toolbelt==0.8.0
    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1,4 +1,4 @@
    1-
    google-api-python-client==1.6.3
    1+
    google-api-python-client==1.6.4
    22
    google-auth-httplib2==0.0.2
    3-
    google-auth==1.1.0
    3+
    google-auth==1.1.1
    44
    google-cloud==0.27.0

    kms/api-client/requirements.txt

    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1 +1,3 @@
    1-
    google-api-python-client==1.6.3
    1+
    google-api-python-client==1.6.4
    2+
    google-auth==1.1.1
    3+
    google-auth-httplib2==0.0.2

    language/api/requirements.txt

    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1 +1,3 @@
    1-
    google-api-python-client==1.6.3
    1+
    google-api-python-client==1.6.4
    2+
    google-auth==1.1.1
    3+
    google-auth-httplib2==0.0.2

    language/movie_nl/requirements.txt

    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,2 +1,4 @@
    1-
    google-api-python-client==1.6.3
    1+
    google-api-python-client==1.6.4
    2+
    google-auth==1.1.1
    3+
    google-auth-httplib2==0.0.2
    24
    requests==2.18.4

    language/ocr_nl/requirements.txt

    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1 +1,3 @@
    1-
    google-api-python-client==1.6.3
    1+
    google-api-python-client==1.6.4
    2+
    google-auth==1.1.1
    3+
    google-auth-httplib2==0.0.2
    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1 +1,3 @@
    1-
    google-api-python-client==1.6.3
    1+
    google-api-python-client==1.6.4
    2+
    google-auth==1.1.1
    3+
    google-auth-httplib2==0.0.2

    language/tutorial/requirements.txt

    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1 +1,3 @@
    1-
    google-api-python-client==1.6.3
    1+
    google-api-python-client==1.6.4
    2+
    google-auth==1.1.1
    3+
    google-auth-httplib2==0.0.2
    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,2 +1,4 @@
    11
    tensorflow==1.3.0
    2-
    google-api-python-client==1.6.3
    2+
    google-api-python-client==1.6.4
    3+
    google-auth==1.1.1
    4+
    google-auth-httplib2==0.0.2

    monitoring/api/v2/requirements.txt

    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1 +1,3 @@
    1-
    google-api-python-client==1.6.3
    1+
    google-api-python-client==1.6.4
    2+
    google-auth==1.1.1
    3+
    google-auth-httplib2==0.0.2
    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1 +1,3 @@
    1-
    google-api-python-client==1.6.3
    1+
    google-api-python-client==1.6.4
    2+
    google-auth==1.1.1
    3+
    google-auth-httplib2==0.0.2

    storage/api/requirements.txt

    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1 +1,3 @@
    1-
    google-api-python-client==1.6.3
    1+
    google-api-python-client==1.6.4
    2+
    google-auth==1.1.1
    3+
    google-auth-httplib2==0.0.2
    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1 +1,3 @@
    1-
    google-api-python-client==1.6.3
    1+
    google-api-python-client==1.6.4
    2+
    google-auth==1.1.1
    3+google-auth-httplib2==0.0.2

    tasks/requirements.txt

    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1 +1,3 @@
    1-
    google-api-python-client==1.6.3
    1+
    google-api-python-client==1.6.4
    2+
    google-auth==1.1.1
    3+
    google-auth-httplib2==0.0.2

    testing/requirements.txt

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -12,6 +12,6 @@ pyyaml==3.12
    1212
    responses==0.7.0
    1313
    WebTest==2.0.28
    1414
    webapp2==2.5.2
    15-
    google-api-python-client==1.6.3
    15+
    google-api-python-client==1.6.4
    1616
    google-cloud-core==0.27.1
    1717
    gcp-devrel-py-tools==0.0.11

    vision/api/label/requirements.txt

    Lines changed: 3 additions & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1 +1,3 @@
    1-
    google-api-python-client==1.6.3
    1+
    google-api-python-client==1.6.4
    2+
    google-auth==1.1.1
    3+
    google-auth-httplib2==0.0.2

    0 commit comments

    Comments
     (0)
    0