Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 576b5d1

Browse files
committed
chore(deps): update all dependencies
1 parent 339eb0e commit 576b5d1

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

samples/geography/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ click-plugins==1.1.1
77
cligj==0.7.2
88
dataclasses==0.8; python_version < '3.7'
99
db-dtypes==1.0.5
10-
Fiona==1.9.1
10+
Fiona==1.9.2
1111
geojson==3.0.1
1212
geopandas===0.10.2; python_version == '3.7'
1313
geopandas==0.12.2; python_version >= '3.8'
1414
google-api-core==2.11.0
15-
google-auth==2.16.2
16-
google-cloud-bigquery==3.6.0
17-
google-cloud-bigquery-storage==2.19.0
15+
google-auth==2.16.3
16+
google-cloud-bigquery==3.8.0
17+
google-cloud-bigquery-storage==2.19.1
1818
google-cloud-core==2.3.2
1919
google-crc32c==1.5.0
2020
google-resumable-media==2.4.1
21-
googleapis-common-protos==1.58.0
22-
grpcio==1.51.3
21+
googleapis-common-protos==1.59.0
22+
grpcio==1.53.0
2323
idna==3.4
2424
libcst==0.4.9
2525
munch==2.5.0
@@ -34,12 +34,12 @@ pyasn1-modules==0.2.8
3434
pycparser==2.21
3535
pyparsing==3.0.9
3636
python-dateutil==2.8.2
37-
pytz==2022.7.1
37+
pytz==2023.2
3838
PyYAML==6.0
3939
requests==2.28.2
4040
rsa==4.9
4141
Shapely==2.0.1
4242
six==1.16.0
4343
typing-extensions==4.5.0
4444
typing-inspect==0.8.0
45-
urllib3==1.26.14
45+
urllib3==1.26.15

samples/magics/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
db-dtypes==1.0.5
2-
google-cloud-bigquery-storage==2.19.0
2+
google-cloud-bigquery-storage==2.19.1
33
google-auth-oauthlib==1.0.0
4-
grpcio==1.51.3
5-
ipywidgets==8.0.4
4+
grpcio==1.53.0
5+
ipywidgets==8.0.6
66
ipython===7.31.1; python_version == '3.7'
77
ipython===8.0.1; python_version == '3.8'
88
ipython==8.11.0; python_version >= '3.9'
@@ -11,5 +11,5 @@ matplotlib==3.7.1; python_version >= '3.8'
1111
pandas===1.3.5; python_version == '3.7'
1212
pandas==1.5.3; python_version >= '3.8'
1313
pyarrow==11.0.0
14-
pytz==2022.7.1
14+
pytz==2023.2
1515
typing-extensions==4.5.0

samples/snippets/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
db-dtypes==1.0.5
2-
google-cloud-bigquery==3.6.0
3-
google-cloud-bigquery-storage==2.19.0
2+
google-cloud-bigquery==3.8.0
3+
google-cloud-bigquery-storage==2.19.1
44
google-auth-oauthlib==1.0.0
5-
grpcio==1.51.3
6-
ipywidgets==8.0.4
5+
grpcio==1.53.0
6+
ipywidgets==8.0.6
77
ipython===7.31.1; python_version == '3.7'
88
ipython===8.0.1; python_version == '3.8'
99
ipython==8.11.0; python_version >= '3.9'
@@ -12,5 +12,5 @@ matplotlib==3.7.1; python_version >= '3.8'
1212
pandas===1.3.5; python_version == '3.7'
1313
pandas==1.5.3; python_version >= '3.8'
1414
pyarrow==11.0.0
15-
pytz==2022.7.1
15+
pytz==2023.2
1616
typing-extensions==4.5.0

0 commit comments

Comments
 (0)