diff --git a/bigquery/cloud-client/requirements.txt b/bigquery/cloud-client/requirements.txt index 224e1463adc..5874270b3bd 100644 --- a/bigquery/cloud-client/requirements.txt +++ b/bigquery/cloud-client/requirements.txt @@ -1,3 +1,3 @@ google-cloud-bigquery==0.24.0 -google-auth-oauthlib==0.0.1 +google-auth-oauthlib==0.1.0 pytz==2017.2 diff --git a/testing/requirements.txt b/testing/requirements.txt index 5e938e6ccaf..970867579ba 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -5,7 +5,7 @@ funcsigs==1.0.2 mock==2.0.0 mysql-python==1.2.5; python_version < "3.0" PyCrypto==2.6.1 -pytest-cov==2.5.0 +pytest-cov==2.5.1 pytest==3.0.7 pytest-capturelog==0.7 pyyaml==3.12