Skip to content

Commit 1b5191c

Browse files
renovate-bottswast
authored andcommitted
chore(deps): update all dependencies (googleapis#914)
* chore(deps): update all dependencies * Python version modifiers for pyproj Co-authored-by: Tim Swast <[email protected]>
1 parent 2405fd7 commit 1b5191c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

samples/geography/requirements.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ dataclasses==0.6; python_version < '3.7'
1010
Fiona==1.8.20
1111
geojson==2.5.0
1212
geopandas==0.9.0
13-
google-api-core==1.31.2
14-
google-auth==1.35.0
13+
google-api-core==2.0.0
14+
google-auth==2.0.1
1515
google-cloud-bigquery==2.25.0
1616
google-cloud-bigquery-storage==2.6.3
1717
google-cloud-core==2.0.0
1818
google-crc32c==1.1.2
19-
google-resumable-media==1.3.3
19+
google-resumable-media==2.0.0
2020
googleapis-common-protos==1.53.0
2121
grpcio==1.39.0
2222
idna==3.2
@@ -36,7 +36,8 @@ pyasn1==0.4.8
3636
pyasn1-modules==0.2.8
3737
pycparser==2.20
3838
pyparsing==2.4.7
39-
pyproj==3.0.1
39+
pyproj==3.0.1; python_version < "3.7"
40+
pyproj==3.1.0; python_version > "3.6"
4041
python-dateutil==2.8.2
4142
pytz==2021.1
4243
PyYAML==5.4.1

0 commit comments

Comments
 (0)