Skip to content

Commit 6919ca6

Browse files
renovate-bottswast
authored andcommitted
chore(deps): update all dependencies (googleapis#1005)
* chore(deps): update all dependencies * exclude new geopandas from python 3.6 Co-authored-by: Tim Swast <swast@google.com>
1 parent f01e666 commit 6919ca6

File tree

5 files changed

+38
-37
lines changed

5 files changed

+38
-37
lines changed

samples/geography/requirements.txt

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,50 @@
11
attrs==21.2.0
22
cachetools==4.2.4
3-
certifi==2021.5.30
4-
cffi==1.14.6
5-
charset-normalizer==2.0.6
6-
click==8.0.1
3+
certifi==2021.10.8
4+
cffi==1.15.0
5+
charset-normalizer==2.0.9
6+
click==8.0.3
77
click-plugins==1.1.1
88
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
14-
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
19-
google-resumable-media==2.0.3
20-
googleapis-common-protos==1.53.0
21-
grpcio==1.41.0
22-
idna==3.2
23-
importlib-metadata==4.8.1
24-
libcst==0.3.21
12+
geopandas==0.9.0; python_version < '3.7'
13+
geopandas==0.10.2; python_version >= '3.7'
14+
google-api-core==2.3.0
15+
google-auth==2.3.3
16+
google-cloud-bigquery==2.31.0
17+
google-cloud-bigquery-storage==2.10.1
18+
google-cloud-core==2.2.1
19+
google-crc32c==1.3.0
20+
google-resumable-media==2.1.0
21+
googleapis-common-protos==1.54.0
22+
grpcio==1.42.0
23+
idna==3.3
24+
importlib-metadata==4.8.2
25+
libcst==0.3.23
2526
munch==2.5.0
2627
mypy-extensions==0.4.3
27-
packaging==21.0
28+
packaging==21.3
2829
pandas==1.1.5; python_version < '3.7'
2930
pandas==1.3.4; python_version >= '3.7'
30-
proto-plus==1.19.2
31-
protobuf==3.18.0
32-
pyarrow==6.0.0
31+
proto-plus==1.19.8
32+
protobuf==3.19.1
33+
pyarrow==6.0.1
3334
pyasn1==0.4.8
3435
pyasn1-modules==0.2.8
35-
pycparser==2.20
36-
pyparsing==2.4.7
36+
pycparser==2.21
37+
pyparsing==3.0.6
3738
pyproj==3.0.1; python_version < "3.7"
3839
pyproj==3.1.0; python_version > "3.6"
3940
python-dateutil==2.8.2
40-
pytz==2021.1
41-
PyYAML==5.4.1
41+
pytz==2021.3
42+
PyYAML==6.0
4243
requests==2.26.0
43-
rsa==4.7.2
44+
rsa==4.8
4445
Shapely==1.8.0
4546
six==1.16.0
46-
typing-extensions==3.10.0.2
47+
typing-extensions==4.0.1
4748
typing-inspect==0.7.1
4849
urllib3==1.26.7
4950
zipp==3.6.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-testutils==1.1.0
1+
google-cloud-testutils==1.3.1
22
pytest==6.2.5
33
mock==4.0.3

samples/magics/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
google-cloud-bigquery-storage==2.9.0
1+
google-cloud-bigquery-storage==2.10.1
22
google-auth-oauthlib==0.4.6
3-
grpcio==1.41.0
3+
grpcio==1.42.0
44
ipython==7.16.1; python_version < '3.7'
55
ipython==7.29.0; python_version >= '3.7'
66
matplotlib==3.3.4; python_version < '3.7'
77
matplotlib==3.5.0rc1; python_version >= '3.7'
88
pandas==1.1.5; python_version < '3.7'
99
pandas==1.3.4; python_version >= '3.7'
10-
pyarrow==6.0.0
11-
pytz==2021.1
10+
pyarrow==6.0.1
11+
pytz==2021.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-testutils==1.1.0
1+
google-cloud-testutils==1.3.1
22
pytest==6.2.5
33
mock==4.0.3

samples/snippets/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
google-cloud-bigquery-storage==2.9.0
1+
google-cloud-bigquery-storage==2.10.1
22
google-auth-oauthlib==0.4.6
3-
grpcio==1.41.0
3+
grpcio==1.42.0
44
ipython==7.16.1; python_version < '3.7'
55
ipython==7.29.0; python_version >= '3.7'
66
matplotlib==3.3.4; python_version < '3.7'
77
matplotlib==3.4.1; python_version >= '3.7'
88
pandas==1.1.5; python_version < '3.7'
99
pandas==1.3.4; python_version >= '3.7'
10-
pyarrow==6.0.0
11-
pytz==2021.1
10+
pyarrow==6.0.1
11+
pytz==2021.3

0 commit comments

Comments
 (0)