diff --git a/bigquery/pandas-gbq-migration/requirements.txt b/bigquery/pandas-gbq-migration/requirements.txt index 3985d54a93bc..89ace4b4838c 100644 --- a/bigquery/pandas-gbq-migration/requirements.txt +++ b/bigquery/pandas-gbq-migration/requirements.txt @@ -3,7 +3,7 @@ google-cloud-bigquery-storage==2.19.1 pandas==1.1.5; python_version < '3.7' pandas==1.3.5; python_version == '3.7' pandas==2.0.1; python_version > '3.7' -pandas-gbq==0.19.1; python_version > '3.6' +pandas-gbq==0.19.2; python_version > '3.6' # pandas-gbq==0.14.1 is the latest compatible version for Python 3.6 pandas-gbq==0.14.1; python_version < '3.7' grpcio==1.54.2