From 7297a17958edf613cd6a930e985251dd94e5de7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 23:14:12 +0000 Subject: [PATCH] chore(deps): bump pyarrow in /cost-optimization/hpa-config-recommender Bumps [pyarrow](https://github.com/apache/arrow) from 19.0.0 to 23.0.1. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-19.0.0...apache-arrow-23.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cost-optimization/hpa-config-recommender/pyproject.toml | 2 +- cost-optimization/hpa-config-recommender/requirements.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cost-optimization/hpa-config-recommender/pyproject.toml b/cost-optimization/hpa-config-recommender/pyproject.toml index e384d29483..a3f8504020 100644 --- a/cost-optimization/hpa-config-recommender/pyproject.toml +++ b/cost-optimization/hpa-config-recommender/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ dependencies = [ "pandas==2.2.2", - "pyarrow<19.0.0", + "pyarrow<24.0.0", "numpy==1.26.4", "aiohttp>=3.8.0", "httpx>=0.28.1", diff --git a/cost-optimization/hpa-config-recommender/requirements.in b/cost-optimization/hpa-config-recommender/requirements.in index a2634eba0d..9ca05b1971 100644 --- a/cost-optimization/hpa-config-recommender/requirements.in +++ b/cost-optimization/hpa-config-recommender/requirements.in @@ -21,7 +21,7 @@ protobuf==5.29.6 pyasn1==0.6.3 pyasn1_modules==0.4.1 python-dateutil==2.9.0.post0 -pyarrow==19.0.0 +pyarrow==23.0.1 pytz==2024.2 requests==2.33.0 rsa==4.9