Skip to content

Commit

Permalink
chore(deps): update all dependencies (#914)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

* Python version modifiers for pyproj

Co-authored-by: Tim Swast <swast@google.com>
  • Loading branch information
renovate-bot and tswast committed Aug 30, 2021
1 parent 4f229cb commit 8448922
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions samples/geography/requirements.txt
Expand Up @@ -10,13 +10,13 @@ dataclasses==0.6; python_version < '3.7'
Fiona==1.8.20
geojson==2.5.0
geopandas==0.9.0
google-api-core==1.31.2
google-auth==1.35.0
google-api-core==2.0.0
google-auth==2.0.1
google-cloud-bigquery==2.25.0
google-cloud-bigquery-storage==2.6.3
google-cloud-core==2.0.0
google-crc32c==1.1.2
google-resumable-media==1.3.3
google-resumable-media==2.0.0
googleapis-common-protos==1.53.0
grpcio==1.39.0
idna==3.2
Expand All @@ -36,7 +36,8 @@ pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.20
pyparsing==2.4.7
pyproj==3.0.1
pyproj==3.0.1; python_version < "3.7"
pyproj==3.1.0; python_version > "3.6"
python-dateutil==2.8.2
pytz==2021.1
PyYAML==5.4.1
Expand Down

0 comments on commit 8448922

Please sign in to comment.