From 0ab65da5cd5e64c5e782b3465d3a064721239cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 22:01:09 +0000 Subject: [PATCH] chore(deps): bump pyarrow in /bindings/kepler.gl-jupyter Bumps [pyarrow](https://github.com/apache/arrow) from 16.0.0 to 23.0.1. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v16.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] --- bindings/kepler.gl-jupyter/pyproject.toml | 2 +- bindings/kepler.gl-jupyter/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/kepler.gl-jupyter/pyproject.toml b/bindings/kepler.gl-jupyter/pyproject.toml index 598bbb6e37..fa0b04ae2a 100644 --- a/bindings/kepler.gl-jupyter/pyproject.toml +++ b/bindings/kepler.gl-jupyter/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["geopandas~=0.14.3", "ipywidgets~=8.1.5", "notebook~=6.0.1", "jupyter_packaging~=0.12.3", "jupyter-contrib-nbextensions~=0.7.0", "jupyterlab~=4.1.6", "pyarrow~=16.0.0", "setuptools>=69.5.1", "wheel"] +requires = ["geopandas~=0.14.3", "ipywidgets~=8.1.5", "notebook~=6.0.1", "jupyter_packaging~=0.12.3", "jupyter-contrib-nbextensions~=0.7.0", "jupyterlab~=4.1.6", "pyarrow~=23.0.1", "setuptools>=69.5.1", "wheel"] build-backend = "setuptools.build_meta" diff --git a/bindings/kepler.gl-jupyter/requirements.txt b/bindings/kepler.gl-jupyter/requirements.txt index e488cfdee5..be143dc554 100644 --- a/bindings/kepler.gl-jupyter/requirements.txt +++ b/bindings/kepler.gl-jupyter/requirements.txt @@ -8,4 +8,4 @@ notebook==6.0.1 setuptools==70.0.0 jupyter==1.0.0 jupyterlab==4.1.6 -pyarrow==16.0.0 +pyarrow==23.0.1