From f6be344dc88dd311ddde8fd8e39364b050bc012f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:57:23 +0000 Subject: [PATCH] Bump pyarrow from 0.12.0 to 0.15.1 in /trading_bot Bumps [pyarrow](https://github.com/apache/arrow) from 0.12.0 to 0.15.1. - [Release notes](https://github.com/apache/arrow/releases) - [Changelog](https://github.com/apache/arrow/blob/apache-arrow-0.15.1/CHANGELOG.md) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-0.12.0...apache-arrow-0.15.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- trading_bot/get_data_requirements.txt | 2 +- trading_bot/trading_bot_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trading_bot/get_data_requirements.txt b/trading_bot/get_data_requirements.txt index b05819e..bd1855e 100644 --- a/trading_bot/get_data_requirements.txt +++ b/trading_bot/get_data_requirements.txt @@ -1,7 +1,7 @@ pandas==0.23.3 numpy==1.15.1 google-cloud-bigquery==1.9.0 -pyarrow==0.12.0 +pyarrow==0.15.1 requests==2.22.0 beautifulsoup4==4.8.1 google-cloud-storage==1.13.2 \ No newline at end of file diff --git a/trading_bot/trading_bot_requirements.txt b/trading_bot/trading_bot_requirements.txt index 7941d1a..b9bebd7 100644 --- a/trading_bot/trading_bot_requirements.txt +++ b/trading_bot/trading_bot_requirements.txt @@ -1,7 +1,7 @@ pandas==0.23.3 numpy==1.15.1 google-cloud-bigquery==1.9.0 -pyarrow==0.12.0 +pyarrow==0.15.1 requests==2.22.0 google-cloud-storage==1.13.2 scipy==1.2.1