From b24054e4b38333e24c033635686e17cf4a4caf5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 07:23:05 -0800 Subject: [PATCH] MNT: (deps): Bump pandas from 2.1.4 to 2.2.0 in /ci (#295) Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.4 to 2.2.0. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.4...v2.2.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ci/requirements.txt | 2 +- ci/requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index 4b3d45a..836f9d1 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,7 +1,7 @@ #python>=3.8 matplotlib==3.8.2 numpy==1.26.2 -pandas==2.1.4 +pandas==2.2.0 xlrd>=1.0.0 netcdf4==1.6.5 cftime==1.6.3 diff --git a/ci/requirements_dev.txt b/ci/requirements_dev.txt index 5879a31..6ce3fca 100644 --- a/ci/requirements_dev.txt +++ b/ci/requirements_dev.txt @@ -1,7 +1,7 @@ #python>=3.8 matplotlib==3.8.2 numpy==1.26.2 -pandas==2.1.4 +pandas==2.2.0 xlrd>=1.0.0 netcdf4==1.6.5 cftime==1.6.3