Skip to content

Commit 1877dcc

Browse files
committed
chore(deps): update all dependencies
1 parent ef3c0f8 commit 1877dcc

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

samples/geography/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ cligj==0.7.2
99
dataclasses==0.6; python_version < '3.7'
1010
Fiona==1.8.20
1111
geojson==2.5.0
12-
geopandas==0.9.0
13-
google-api-core==2.0.1
12+
geopandas==0.10.0
13+
google-api-core==2.1.0
1414
google-auth==2.2.1
15-
google-cloud-bigquery==2.27.1
16-
google-cloud-bigquery-storage==2.9.0
17-
google-cloud-core==2.0.0
18-
google-crc32c==1.2.0
15+
google-cloud-bigquery==2.28.1
16+
google-cloud-bigquery-storage==2.9.1
17+
google-cloud-core==2.1.0
18+
google-crc32c==1.3.0
1919
google-resumable-media==2.0.3
2020
googleapis-common-protos==1.53.0
2121
grpcio==1.41.0
@@ -30,7 +30,7 @@ packaging==21.0
3030
pandas==1.1.5; python_version < '3.7'
3131
pandas==1.3.2; python_version >= '3.7'
3232
proto-plus==1.19.2
33-
protobuf==3.18.0
33+
protobuf==3.18.1
3434
pyarrow==5.0.0
3535
pyasn1==0.4.8
3636
pyasn1-modules==0.2.8
@@ -39,7 +39,7 @@ pyparsing==2.4.7
3939
pyproj==3.0.1; python_version < "3.7"
4040
pyproj==3.1.0; python_version > "3.6"
4141
python-dateutil==2.8.2
42-
pytz==2021.1
42+
pytz==2021.3
4343
PyYAML==5.4.1
4444
requests==2.26.0
4545
rsa==4.7.2

samples/snippets/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
google-cloud-bigquery==2.27.1
2-
google-cloud-bigquery-storage==2.9.0
1+
google-cloud-bigquery==2.28.1
2+
google-cloud-bigquery-storage==2.9.1
33
google-auth-oauthlib==0.4.6
44
grpcio==1.41.0
55
ipython==7.16.1; python_version < '3.7'
@@ -9,4 +9,4 @@ matplotlib==3.4.1; python_version >= '3.7'
99
pandas==1.1.5; python_version < '3.7'
1010
pandas==1.3.2; python_version >= '3.7'
1111
pyarrow==5.0.0
12-
pytz==2021.1
12+
pytz==2021.3

0 commit comments

Comments
 (0)