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

Skip to content

Commit 11d1394

Browse files
chore(deps): update dependency google-cloud-bigquery to v2.32.0 (GoogleCloudPlatform#7371)
Co-authored-by: Leah E. Cole <[email protected]>
1 parent 0d0ffe6 commit 11d1394

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigquery==2.31.0
1+
google-cloud-bigquery==2.32.0
22
Flask==2.0.2

bigquery/bqml/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-bigquery[pandas,bqstorage]==2.31.0
1+
google-cloud-bigquery[pandas,bqstorage]==2.32.0
22
google-cloud-bigquery-storage==2.10.1
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.3.5; python_version > '3.6'

bigquery/datalab-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
grpcio==1.43.0
2-
google-cloud-bigquery[pandas,pyarrow]==2.31.0
2+
google-cloud-bigquery[pandas,pyarrow]==2.32.0
33
google-cloud-bigquery-storage==2.10.1
44
datalab==1.2.0
55
ipython==8.0.0; python_version > '3.7'

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-bigquery==2.31.0
1+
google-cloud-bigquery==2.32.0
22
google-cloud-bigquery-storage==2.10.1
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.3.5; python_version > '3.6'

data-science-onramp/data-ingestion/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#google-auth-httplib2==0.0.3
44
google-cloud-storage==1.43.0
55
google-cloud-dataproc==3.1.1
6-
google-cloud-bigquery==2.31.0
6+
google-cloud-bigquery==2.32.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pytest==6.2.4
22
pandas==1.1.5; python_version < '3.7'
33
pandas==1.3.5; python_version > '3.6'
4-
google-cloud-bigquery==2.31.0
4+
google-cloud-bigquery==2.32.0
55
pyarrow==6.0.1

notebooks/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-cloud-storage==1.43.0
2-
google-cloud-bigquery[pandas,pyarrow]==2.31.0
2+
google-cloud-bigquery[pandas,pyarrow]==2.32.0
33
matplotlib==3.5.1; python_version > '3.6'
44
matplotlib==3.3.4; python_version == '3.6'
55
matplotlib==2.2.5; python_version < '3.0'

people-and-planet-ai/image-classification/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pillow==9.0.0; python_version > '3.6'
22
pillow==8.4.0; python_version <='3.6'
33
apache-beam[gcp]==2.33.0
44
google-cloud-aiplatform==1.9.0
5-
google-cloud-bigquery==2.31.0 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this.
5+
google-cloud-bigquery==2.32.0 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# If we don't constraint this, the dependency resolver can take a really long time.
2-
google-cloud-bigquery==2.31.0
2+
google-cloud-bigquery==2.32.0

0 commit comments

Comments
 (0)