8000 Adds updates including compute (#2436) · gnpitty/python-docs-samples@4405f82 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4405f82

Browse files
gguusscrwilcox
authored andcommitted
Adds updates including compute (GoogleCloudPlatform#2436)
* Adds updates including compute * Python 2 compat pytest * Fixing weird \r\n issue from GH merge * Put asset tests back in * Re-add pod operator test * Hack parameter for k8s pod operator
1 parent dac6c9f commit 4405f82

File tree

45 files changed

+101
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+101
-99
lines changed

asset/cloud-client/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-storage==1.18.0
1+
google-cloud-storage==1.19.1
22
google-cloud-asset==0.4.1
33
google-cloud-resource-manager==0.29.2
4-
google-cloud-pubsub==1.0.2
4+
google-cloud-pubsub==1.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.7.8
1+
google-api-python-client==1.7.11
22
google-auth-httplib2==0.0.3
3-
google-auth==1.6.2
3+
google-auth==1.6.3

auth/cloud-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-storage==1.13.2
1+
google-cloud-storage==1.19.1

auth/end-user/web/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
google-auth==1.6.2
2-
google-auth-oauthlib==0.2.0
1+
google-auth==1.6.3
2+
google-auth-oauthlib==0.4.0
33
google-auth-httplib2==0.0.3
4-
google-api-python-client==1.7.8
5-
flask==1.0.2
6-
requests==2.21.0
4+
google-api-python-client==1.7.11
5+
flask==1.1.1
6+
requests==2.22.0

auth/http-client/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
requests==2.21.0
2-
google-auth==1.6.2
1+
requests==2.22.0
2+
google-auth==1.6.3

bigquery/bqml/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-bigquery[pandas]==1.9.0
2-
flaky==3.5.3
3-
mock==2.0.0
4-
pytest==4.2.0
1+
google-cloud-bigquery[pandas]==1.20.0
2+
flaky==3.6.1
3+
mock==3.0.5
4+
pytest==5.1.3
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
google-cloud-bigquery[pandas]==1.9.0
2-
google-auth-oauthlib==0.2.0
3-
ipython==7.2.0
4-
matplotlib==3.0.2
5-
pytz==2018.9
1+
google-cloud-bigquery[pandas]==1.20.0
2+
google-auth-oauthlib==0.4.0
3+
ipython==7.8.0
4+
matplotlib==3.1.1
5+
pytz==2019.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-bigquery-datatransfer==0.3.0
1+
google-cloud-bigquery-datatransfer==0.4.1
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
google-auth==1.6.2
1+
google-auth==1.6.3
22
google-cloud-bigquery-storage==0.7.0
33
google-cloud-bigquery==1.20.0
44
pyarrow==0.14.1
5-
ipython==7.2.0
6-
pandas==0.25.1
5+
ipython==7.8.0
6+
pandas==0.25.1

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.32.1
2-
google-cloud-core==0.29.1
1+
google-cloud-bigtable==1.0.0
2+
google-cloud-core==1.0.3

0 commit comments

Comments
 (0)
0