diff --git a/samples/geography/requirements.txt b/samples/geography/requirements.txt index d6cea7ec5..332911345 100644 --- a/samples/geography/requirements.txt +++ b/samples/geography/requirements.txt @@ -13,7 +13,7 @@ geopandas===0.10.2; python_version == '3.7' geopandas==0.13.2; python_version == '3.8' geopandas==0.14.1; python_version >= '3.9' google-api-core==2.11.1 -google-auth==2.22.0 +google-auth==2.25.2 google-cloud-bigquery==3.11.4 google-cloud-bigquery-storage==2.22.0 google-cloud-core==2.3.3 @@ -45,4 +45,5 @@ Shapely==2.0.2 six==1.16.0 typing-extensions==4.7.1 typing-inspect==0.9.0 -urllib3==1.26.18 +urllib3===1.26.18; python_version == '3.7' +urllib3==2.2.1; python_version >= '3.8' \ No newline at end of file diff --git a/testing/constraints-3.7.txt b/testing/constraints-3.7.txt index 2ea482e8b..9f71bf11a 100644 --- a/testing/constraints-3.7.txt +++ b/testing/constraints-3.7.txt @@ -27,4 +27,4 @@ python-dateutil==2.7.3 requests==2.21.0 Shapely==1.8.4 six==1.13.0 -tqdm==4.7.4 +tqdm==4.7.4 \ No newline at end of file