From 35c77bdba5b866e8f104c04f599b2ff9096f48ea Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 25 Aug 2021 16:38:50 +0000 Subject: [PATCH 1/2] chore(deps): update all dependencies --- samples/geography/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/geography/requirements.txt b/samples/geography/requirements.txt index b5fe247cb..eebf94f82 100644 --- a/samples/geography/requirements.txt +++ b/samples/geography/requirements.txt @@ -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 @@ -36,7 +36,7 @@ pyasn1==0.4.8 pyasn1-modules==0.2.8 pycparser==2.20 pyparsing==2.4.7 -pyproj==3.0.1 +pyproj==3.1.0 python-dateutil==2.8.2 pytz==2021.1 PyYAML==5.4.1 From f08260e705536cb0483d3c8f796bcc88d7c46e8a Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Wed, 25 Aug 2021 14:18:09 -0500 Subject: [PATCH 2/2] Python version modifiers for pyproj --- samples/geography/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/geography/requirements.txt b/samples/geography/requirements.txt index eebf94f82..aaf1bbfd1 100644 --- a/samples/geography/requirements.txt +++ b/samples/geography/requirements.txt @@ -36,7 +36,8 @@ pyasn1==0.4.8 pyasn1-modules==0.2.8 pycparser==2.20 pyparsing==2.4.7 -pyproj==3.1.0 +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