From 83b01202483a7080f07c113d30467c8cc0164216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 12:10:20 +0000 Subject: [PATCH] CI: (deps): Bump pandas from 2.2.1 to 2.2.2 in /ci Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch ... 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 1c6da826601..b05b38a830d 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,6 +1,6 @@ matplotlib==3.8.4 numpy==1.26.4 -pandas==2.2.1 +pandas==2.2.2 pooch==1.8.1 pint==0.23 pyproj==3.6.1