Skip to content

Commit 36c4a63

Browse files
chore(deps): update all dependencies (#1382)
Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent e398336 commit 36c4a63

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

samples/geography/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,38 @@ click-plugins==1.1.1
77
cligj==0.7.2
88
dataclasses==0.8; python_version < '3.7'
99
db-dtypes==1.0.4
10-
Fiona==1.8.21
10+
Fiona==1.8.22
1111
geojson==2.5.0
1212
geopandas===0.10.2; python_version == '3.7'
1313
geopandas==0.11.1; python_version >= '3.8'
1414
google-api-core==2.10.2
15-
google-auth==2.12.0
16-
google-cloud-bigquery==3.3.3
17-
google-cloud-bigquery-storage==2.16.1
15+
google-auth==2.13.0
16+
google-cloud-bigquery==3.3.5
17+
google-cloud-bigquery-storage==2.16.2
1818
google-cloud-core==2.3.2
1919
google-crc32c==1.5.0
2020
google-resumable-media==2.4.0
2121
googleapis-common-protos==1.56.4
22-
grpcio==1.49.1
22+
grpcio==1.50.0
2323
idna==3.4
2424
libcst==0.4.7
2525
munch==2.5.0
2626
mypy-extensions==0.4.3
2727
packaging==21.3
2828
pandas===1.3.5; python_version == '3.7'
29-
pandas==1.5.0; python_version >= '3.8'
29+
pandas==1.5.1; python_version >= '3.8'
3030
proto-plus==1.22.1
3131
pyarrow==9.0.0
3232
pyasn1==0.4.8
3333
pyasn1-modules==0.2.8
3434
pycparser==2.21
3535
pyparsing==3.0.9
3636
python-dateutil==2.8.2
37-
pytz==2022.4
37+
pytz==2022.5
3838
PyYAML==6.0
3939
requests==2.28.1
4040
rsa==4.9
41-
Shapely==1.8.4
41+
Shapely==1.8.5.post1
4242
six==1.16.0
4343
typing-extensions==4.4.0
4444
typing-inspect==0.8.0

samples/magics/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
db-dtypes==1.0.4
2-
google-cloud-bigquery-storage==2.16.1
2+
google-cloud-bigquery-storage==2.16.2
33
google-auth-oauthlib==0.5.3
4-
grpcio==1.49.1
5-
ipywidgets==7.7.1
4+
grpcio==1.50.0
5+
ipywidgets==8.0.2
66
ipython===7.31.1; python_version == '3.7'
77
ipython===8.0.1; python_version == '3.8'
88
ipython==8.5.0; python_version >= '3.9'
99
matplotlib===3.5.3; python_version == '3.7'
1010
matplotlib==3.6.1; python_version >= '3.8'
1111
pandas===1.3.5; python_version == '3.7'
12-
pandas==1.5.0; python_version >= '3.8'
12+
pandas==1.5.1; python_version >= '3.8'
1313
pyarrow==9.0.0
14-
pytz==2022.4
14+
pytz==2022.5
1515
typing-extensions==4.4.0

samples/snippets/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
db-dtypes==1.0.4
2-
google-cloud-bigquery==3.3.3
3-
google-cloud-bigquery-storage==2.16.1
2+
google-cloud-bigquery==3.3.5
3+
google-cloud-bigquery-storage==2.16.2
44
google-auth-oauthlib==0.5.3
5-
grpcio==1.49.1
6-
ipywidgets==7.7.1
5+
grpcio==1.50.0
6+
ipywidgets==8.0.2
77
ipython===7.31.1; python_version == '3.7'
88
ipython===8.0.1; python_version == '3.8'
99
ipython==8.5.0; python_version >= '3.9'
1010
matplotlib===3.5.3; python_version == '3.7'
1111
matplotlib==3.6.1; python_version >= '3.8'
1212
pandas===1.3.5; python_version == '3.7'
13-
pandas==1.5.0; python_version >= '3.8'
13+
pandas==1.5.1; python_version >= '3.8'
1414
pyarrow==9.0.0
15-
pytz==2022.4
15+
pytz==2022.5
1616
typing-extensions==4.4.0

0 commit comments

Comments
 (0)