Skip to content

Commit 774617c

Browse files
chore(deps): update dependency google-cloud-bigquery to v2.34.3 (#7758)
* chore(deps): update dependency google-cloud-bigquery to v2.34.3 * Update data-science-onramp/data-processing/requirements-test.txt Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent c024432 commit 774617c

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigquery==2.33.0
1+
google-cloud-bigquery==2.34.3
22
Flask==2.1.0

bigquery/bqml/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-bigquery[pandas,bqstorage]==2.33.0
1+
google-cloud-bigquery[pandas,bqstorage]==2.34.3
22
google-cloud-bigquery-storage==2.13.1
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.3.5; python_version > '3.6'

bigquery/datalab-migration/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
grpcio==1.46.1
2-
google-cloud-bigquery[pandas,pyarrow]==2.33.0
2+
google-cloud-bigquery[pandas,pyarrow]==2.34.3
33
google-cloud-bigquery-storage==2.13.1
44
datalab==1.2.0
55
ipython==8.0.1

bigquery/pandas-gbq-migration/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-bigquery==2.33.0
1+
google-cloud-bigquery==2.34.3
22
google-cloud-bigquery-storage==2.13.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
google-cloud-storage==2.0.0; python_version < '3.7'
55
google-cloud-storage==2.1.0; python_version > '3.6'
66
google-cloud-dataproc==4.0.2
7-
google-cloud-bigquery==2.33.0
7+
google-cloud-bigquery==2.34.3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pytest==7.0.1
22
pandas==1.1.5; python_version < '3.7'
33
pandas==1.3.5; python_version > '3.6'
4-
pyarrow==8.0.0; python_version < '3.7'
4+
pyarrow==6.0.1; python_version < '3.7'
55
pyarrow==8.0.0; python_version > '3.6'
6-
google-cloud-bigquery==2.33.0
6+
google-cloud-bigquery==2.34.3

notebooks/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-cloud-storage==2.1.0
2-
google-cloud-bigquery[pandas,pyarrow]==2.33.0
2+
google-cloud-bigquery[pandas,pyarrow]==2.34.3
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'
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-auth==2.6.2
2-
google-cloud-bigquery==2.33.0
2+
google-cloud-bigquery==2.34.3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pillow==9.1.1
22
apache-beam[gcp]==2.37.0
33
google-cloud-aiplatform==1.12.1
4-
google-cloud-bigquery==2.33.0 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this.
4+
google-cloud-bigquery==2.34.3 # Indirect dependency, but there is a version conflict that causes pip to hang unless we constraint this.
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.33.0
2+
google-cloud-bigquery==2.34.3

0 commit comments

Comments
 (0)