From 0bcaf146b55ccd6af8a69552d5cd73f25c4b2ccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 20:24:54 +0000 Subject: [PATCH] CI: (deps): Bump pandas from 2.3.3 to 3.0.0 in /ci Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.3.3 to 3.0.0. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index 625f06a810..45b0c57170 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,6 +1,6 @@ matplotlib==3.10.8 numpy==2.4.1 -pandas==2.3.3 +pandas==3.0.0 pooch==1.8.2 pint==0.25.2 pyproj==3.7.2