Skip to content

Commit e02e4ce

Browse files
committed
chore(deps): update all dependencies
1 parent 27370b1 commit e02e4ce

File tree

7 files changed

+24
-24
lines changed

7 files changed

+24
-24
lines changed

.kokoro/docker/docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ platformdirs==4.3.6 \
3232
--hash=sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907 \
3333
--hash=sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb
3434
# via virtualenv
35-
tomli==2.0.2 \
36-
--hash=sha256:2ebe24485c53d303f690b0ec092806a085f07af5a5aa1464f3931eec36caaa38 \
37-
--hash=sha256:d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed
35+
tomli==2.1.0 \
36+
--hash=sha256:3f646cae2aec94e17d04973e4249548320197cfabdf130015d023de4b74d8ab8 \
37+
--hash=sha256:a5c57c3d1c56f5ccdf89f6523458f60ef716e210fc47c4cfb188c5ba473e0391
3838
# via nox
3939
virtualenv==20.27.1 \
4040
--hash=sha256:142c6be10212543b32c6c45d3d3893dff89112cc588b7d0879ae5a1ec03a47ba \

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pandas = [
7979
"importlib_metadata >= 1.0.0; python_version < '3.8'",
8080
]
8181
ipywidgets = ["ipywidgets >= 7.7.0", "ipykernel >= 6.0.0"]
82-
geopandas = ["geopandas >= 0.9.0, < 1.0dev", "Shapely >= 1.8.4, < 3.0.0dev"]
82+
geopandas = ["geopandas >=1.0.1, <1.1", "Shapely >= 1.8.4, < 3.0.0dev"]
8383
ipython = ["bigquery-magics >= 0.1.0"]
8484
tqdm = ["tqdm >= 4.7.4, < 5.0.0dev"]
8585
opentelemetry = [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigquery==3.26.0
1+
google-cloud-bigquery==3.27.0
22
google-auth-oauthlib==1.2.1

samples/geography/requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,47 @@ attrs==24.2.0
22
certifi==2024.8.30
33
cffi===1.15.1; python_version == '3.7'
44
cffi==1.17.1; python_version >= '3.8'
5-
charset-normalizer==3.3.2
5+
charset-normalizer==3.4.0
66
click==8.1.7
77
click-plugins==1.1.1
88
cligj==0.7.2
99
dataclasses==0.8; python_version < '3.7'
10-
db-dtypes==1.3.0
10+
db-dtypes==1.3.1
1111
Fiona===1.9.6; python_version == '3.7'
1212
Fiona==1.10.1; python_version >= '3.8'
1313
geojson==3.1.0
1414
geopandas===0.10.2; python_version == '3.7'
1515
geopandas===0.13.2; python_version == '3.8'
1616
geopandas==1.0.1; python_version >= '3.9'
17-
google-api-core==2.20.0
18-
google-auth==2.35.0
19-
google-cloud-bigquery==3.26.0
20-
google-cloud-bigquery-storage==2.26.0
17+
google-api-core==2.23.0
18+
google-auth==2.36.0
19+
google-cloud-bigquery==3.27.0
20+
google-cloud-bigquery-storage==2.27.0
2121
google-cloud-core==2.4.1
2222
google-crc32c===1.5.0; python_version < '3.9'
2323
google-crc32c==1.6.0; python_version >= '3.9'
2424
google-resumable-media==2.7.2
25-
googleapis-common-protos==1.65.0
25+
googleapis-common-protos==1.66.0
2626
grpcio===1.62.2; python_version == '3.7'
27-
grpcio==1.66.2; python_version >= '3.8'
27+
grpcio==1.67.1; python_version >= '3.8'
2828
idna==3.10
2929
munch==4.0.0
3030
mypy-extensions==1.0.0
3131
packaging===24.0; python_version == '3.7'
32-
packaging==24.1; python_version >= '3.8'
32+
packaging==24.2; python_version >= '3.8'
3333
pandas===1.3.5; python_version == '3.7'
3434
pandas===2.0.3; python_version == '3.8'
3535
pandas==2.2.3; python_version >= '3.9'
36-
proto-plus==1.24.0
36+
proto-plus==1.25.0
3737
pyarrow==12.0.1; python_version == '3.7'
38-
pyarrow==17.0.0; python_version >= '3.8'
38+
pyarrow==18.0.0; python_version >= '3.8'
3939
pyasn1===0.5.1; python_version == '3.7'
4040
pyasn1==0.6.1; python_version >= '3.8'
4141
pyasn1-modules===0.3.0; python_version == '3.7'
4242
pyasn1-modules==0.4.1; python_version >= '3.8'
4343
pycparser===2.21; python_version == '3.7'
4444
pycparser==2.22; python_version >= '3.8'
45-
pyparsing==3.1.4
45+
pyparsing==3.2.0
4646
python-dateutil==2.9.0.post0
4747
pytz==2024.2
4848
PyYAML===6.0.1; python_version == '3.7'

samples/magics/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bigquery_magics==0.4.0
2-
db-dtypes==1.3.0
3-
google.cloud.bigquery==3.26.0
4-
google-cloud-bigquery-storage==2.26.0
2+
db-dtypes==1.3.1
3+
google.cloud.bigquery==3.27.0
4+
google-cloud-bigquery-storage==2.27.0
55
ipython===7.31.1; python_version == '3.7'
66
ipython===8.0.1; python_version == '3.8'
77
ipython===8.18.1; python_version >= '3.9'

samples/notebooks/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bigquery-magics==0.4.0
2-
db-dtypes==1.3.0
3-
google-cloud-bigquery==3.26.0
4-
google-cloud-bigquery-storage==2.26.0
2+
db-dtypes==1.3.1
3+
google-cloud-bigquery==3.27.0
4+
google-cloud-bigquery-storage==2.27.0
55
ipython===7.31.1; python_version == '3.7'
66
ipython===8.0.1; python_version == '3.8'
77
ipython===8.18.1; python_version >= '3.9'

samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# samples/snippets should be runnable with no "extras"
2-
google-cloud-bigquery==3.26.0
2+
google-cloud-bigquery==3.27.0

0 commit comments

Comments
 (0)