From 250ab245ae7879be0aa5bfbbef4bef20d9edb66b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Oct 2022 23:07:03 +0000 Subject: [PATCH] chore(deps): update all dependencies --- samples/to_dataframe/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/to_dataframe/requirements.txt b/samples/to_dataframe/requirements.txt index fc134f65..7bd9fe00 100644 --- a/samples/to_dataframe/requirements.txt +++ b/samples/to_dataframe/requirements.txt @@ -1,10 +1,10 @@ -google-auth==2.13.0 +google-auth==2.14.0 google-cloud-bigquery-storage==2.16.2 google-cloud-bigquery==3.3.5 -pyarrow==9.0.0 +pyarrow==10.0.0 ipython===7.31.1; python_version == '3.7' ipython===8.0.1; python_version == '3.8' -ipython==8.5.0; python_version >= '3.9' +ipython==8.6.0; python_version >= '3.9' pandas===1.3.5; python_version == '3.7' pandas==1.5.1; python_version > '3.7' tqdm==4.64.1