From c9b0cfa8dce3c920955055d3cdee90ce48b1eff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:07:32 -0500 Subject: [PATCH] build(deps): bump pyarrow (#896) Bumps [pyarrow](https://github.com/apache/arrow) from 5.0.0 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/apache-arrow-5.0.0...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: manuelhsantana --- .../Tensorflow_Word_Prediction/envoy/sd_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfl-tutorials/interactive_api/Tensorflow_Word_Prediction/envoy/sd_requirements.txt b/openfl-tutorials/interactive_api/Tensorflow_Word_Prediction/envoy/sd_requirements.txt index 1aa856cac0..fe9e0a000c 100644 --- a/openfl-tutorials/interactive_api/Tensorflow_Word_Prediction/envoy/sd_requirements.txt +++ b/openfl-tutorials/interactive_api/Tensorflow_Word_Prediction/envoy/sd_requirements.txt @@ -1,4 +1,4 @@ gdown==3.13.0 numpy==1.22.2 pandas==1.3.3 -pyarrow==5.0.0 \ No newline at end of file +pyarrow==14.0.1 \ No newline at end of file