From f97eb83a5bc8b7c151da168df61d5763c46fc851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:50:47 +0000 Subject: [PATCH] Bump pyarrow from 4.0.1 to 14.0.1 in /dashboard Bumps [pyarrow](https://github.com/apache/arrow) from 4.0.1 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/apache-arrow-4.0.1...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/requirements.txt b/dashboard/requirements.txt index 6770eec0b..959ef73ab 100644 --- a/dashboard/requirements.txt +++ b/dashboard/requirements.txt @@ -15,5 +15,5 @@ pillow==9.0.1 packaging==20.3 typing_extensions>=3.7.4.1 redis==3.4.1 -pyarrow==4.0.1 +pyarrow==14.0.1 urllib3<2