From 350225523c2210adf5477bd00905828696498d63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 01:50:26 +0000 Subject: [PATCH] [air](deps): Bump pandas from 2.2.2 to 2.3.3 in /python/requirements/ml Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.2 to 2.3.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.2...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/ml/data-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/ml/data-requirements.txt b/python/requirements/ml/data-requirements.txt index 931dea6f9143..795deb551507 100644 --- a/python/requirements/ml/data-requirements.txt +++ b/python/requirements/ml/data-requirements.txt @@ -13,6 +13,6 @@ bokeh==2.4.3; python_version < '3.12' modin==0.22.2; python_version < '3.12' pandas==1.5.3; python_version < '3.12' modin==0.31.0; python_version >= '3.12' -pandas==2.2.2; python_version >= '3.12' +pandas==2.3.3; python_version >= '3.12' responses==0.13.4 pymars>=0.8.3; python_version < "3.12"