Skip to content

Commit 76779ea

Browse files
committed
chore(deps): update all dependencies
1 parent 50e5026 commit 76779ea

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

samples/geography/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ 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
15+
google-auth==2.16.3
16+
google-cloud-bigquery==3.7.0
1717
google-cloud-bigquery-storage==2.19.0
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
21+
googleapis-common-protos==1.59.0
2222
grpcio==1.51.3
2323
idna==3.4
2424
libcst==0.4.9
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ db-dtypes==1.0.5
22
google-cloud-bigquery-storage==2.19.0
33
google-auth-oauthlib==1.0.0
44
grpcio==1.51.3
5-
ipywidgets==8.0.4
5+
ipywidgets==8.0.5
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: 3 additions & 3 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
2+
google-cloud-bigquery==3.7.0
33
google-cloud-bigquery-storage==2.19.0
44
google-auth-oauthlib==1.0.0
55
grpcio==1.51.3
6-
ipywidgets==8.0.4
6+
ipywidgets==8.0.5
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)