Skip to content

Commit 166a5c3

Browse files
committed
chore(deps): update all dependencies
1 parent 57f8ea9 commit 166a5c3

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

samples/geography/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cligj==0.7.2
88
dataclasses==0.8; python_version < '3.7'
99
Fiona==1.8.21
1010
geojson==2.5.0
11-
geopandas==0.9.0; python_version < '3.7'
11+
geopandas==0.10.2; python_version < '3.7'
1212
geopandas==0.10.2; python_version >= '3.7'
1313
google-api-core==2.5.0
1414
google-auth==2.6.0
@@ -24,8 +24,8 @@ libcst==0.4.1
2424
munch==2.5.0
2525
mypy-extensions==0.4.3
2626
packaging==21.3
27-
pandas==1.1.5; python_version < '3.7'
28-
pandas==1.3.5; python_version == '3.7'
27+
pandas==1.4.1; python_version < '3.7'
28+
pandas==1.4.1; python_version == '3.7'
2929
pandas==1.4.1; python_version >= '3.8'
3030
proto-plus==1.20.3
3131
protobuf==3.19.4

samples/magics/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
google-cloud-bigquery-storage==2.12.0
22
google-auth-oauthlib==0.5.0
33
grpcio==1.44.0
4-
ipython==7.16.3; python_version < '3.7'
5-
ipython==7.31.1; python_version == '3.7'
6-
ipython==8.0.1; python_version == '3.8'
4+
ipython==8.1.0; python_version < '3.7'
5+
ipython==8.1.0; python_version == '3.7'
6+
ipython==8.1.0; python_version == '3.8'
77
ipython==8.1.0; python_version >= '3.9'
88
matplotlib==3.5.1; python_version < '3.7'
99
matplotlib==3.5.1; python_version >= '3.7'
10-
pandas==1.1.5; python_version < '3.7'
11-
pandas==1.3.5; python_version == '3.7'
10+
pandas==1.4.1; python_version < '3.7'
11+
pandas==1.4.1; python_version == '3.7'
1212
pandas==1.4.1; python_version >= '3.8'
1313
pyarrow==7.0.0
1414
pytz==2021.3

samples/snippets/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
google-cloud-bigquery-storage==2.12.0
22
google-auth-oauthlib==0.5.0
33
grpcio==1.44.0
4-
ipython==7.16.3; python_version < '3.7'
5-
ipython==7.31.1; python_version == '3.7'
6-
ipython==8.0.1; python_version == '3.8'
4+
ipython==8.1.0; python_version < '3.7'
5+
ipython==8.1.0; python_version == '3.7'
6+
ipython==8.1.0; python_version == '3.8'
77
ipython==8.1.0; python_version >= '3.9'
88
matplotlib==3.5.1; python_version < '3.7'
99
matplotlib==3.5.1; python_version >= '3.7'
10-
pandas==1.1.5; python_version < '3.7'
11-
pandas==1.3.5; python_version == '3.7'
10+
pandas==1.4.1; python_version < '3.7'
11+
pandas==1.4.1; python_version == '3.7'
1212
pandas==1.4.1; python_version >= '3.8'
1313
pyarrow==7.0.0
1414
pytz==2021.3

0 commit comments

Comments
 (0)