Skip to content

Commit 5849636

Browse files
authored
chore(deps): update dependency google-cloud-bigquery to v3.10.0 (GoogleCloudPlatform#9733)
1 parent 96a3873 commit 5849636

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigquery==3.5.0
1+
google-cloud-bigquery==3.10.0
22
Flask==2.1.0

asset/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ google-cloud-storage==2.8.0
22
google-cloud-asset==3.19.0
33
google-cloud-resource-manager==1.9.1
44
google-cloud-pubsub==2.16.0
5-
google-cloud-bigquery==3.4.0
5+
google-cloud-bigquery==3.10.0

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]==3.9.0
1+
google-cloud-bigquery[pandas,bqstorage]==3.10.0
22
google-cloud-bigquery-storage==2.19.1
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.3.5; python_version == '3.7'

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.54.0
2-
google-cloud-bigquery[pandas,pyarrow]==3.5.0
2+
google-cloud-bigquery[pandas,pyarrow]==3.10.0
33
# datalab has outdated dependencies that require google-api-core < 2
44
# The last version of google-cloud-bigquery-storage that supports google-api-core 1.x is 2.13.2
55
google-cloud-bigquery-storage==2.19.1

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.34.4
1+
google-cloud-bigquery==3.10.0
22
google-cloud-bigquery-storage==2.19.1
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.3.5; python_version == '3.7'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-core==2.11.0
2-
google-cloud-bigquery==3.5.0
2+
google-cloud-bigquery==3.10.0
33
google-cloud-contact-center-insights==1.10.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
google-cloud-storage==2.8.0; python_version < '3.7'
55
google-cloud-storage==2.8.0; python_version > '3.6'
66
google-cloud-dataproc==5.4.1
7-
google-cloud-bigquery==3.5.0
7+
google-cloud-bigquery==3.10.0

data-science-onramp/data-processing/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pandas==1.3.5; python_version == '3.7'
44
pandas==2.0.0; python_version > '3.7'
55
pyarrow==6.0.1; python_version < '3.7'
66
pyarrow==11.0.0; python_version > '3.6'
7-
google-cloud-bigquery==3.5.0
7+
google-cloud-bigquery==3.10.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==7.2.0
2-
google-cloud-bigquery==3.5.0
2+
google-cloud-bigquery==3.10.0

dataflow/extensible-templates/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-api-python-client==2.86.0
2-
google-cloud-bigquery==3.5.0
2+
google-cloud-bigquery==3.10.0
33
google-cloud-storage==2.8.0
44
pytest-xdist==3.1.0
55
pytest==7.0.1

0 commit comments

Comments
 (0)