Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8c5f42

Browse files
authored
Merge branch 'master' into tswast-bq
2 parents 2347c48 + 4eef615 commit a8c5f42

File tree

28 files changed

+126
-85
lines changed

28 files changed

+126
-85
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Flask==0.12.1
2-
pyjwt==1.4.2
2+
pyjwt==1.5.0
33
flask-cors==3.0.2
4-
google-auth==0.10.0
4+
google-auth==1.0.0
55
requests==2.13.0
66
requests-toolbelt==0.7.1

bigquery/dml/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flake8==3.3.0
2-
google-cloud-bigquery==0.22.1
3-
PyMySQL==0.7.10
2+
google-cloud-bigquery==0.24.0
3+
PyMySQL==0.7.11
44
six==1.10.0
5-
SQLAlchemy==1.1.5
5+
SQLAlchemy==1.1.9

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==0.8.0
1+
google-auth==1.0.0
22
requests==2.13.0

bigtable/hello/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigtable==0.22.0
2-
google-cloud-core==0.23.0
1+
google-cloud-bigtable==0.24.0
2+
google-cloud-core==0.24.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-happybase==0.22.0
2-
google-cloud-core==0.23.0
1+
google-cloud-happybase==0.24.0
2+
google-cloud-core==0.24.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-datastore==0.22.1
1+
google-cloud-datastore==1.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
cryptography==1.7.2
1+
cryptography==1.8.1
22
requests==2.13.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==0.12
1+
Flask==0.12.1
22
requests==2.13.0
3-
sleekxmpp==1.3.1
3+
sleekxmpp==1.3.2
44
six==1.10.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Django==1.10.5
1+
Django==1.11
22
mysqlclient==1.3.10
33
wheel==0.29.0
4-
gunicorn==19.6.0
4+
gunicorn==19.7.1
55
psycopg2==2.7.1

dataproc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-api-python-client==1.6.2
2-
google-cloud==0.22.0
2+
google-cloud==0.24.0

0 commit comments

Comments
 (0)