From 8032ec6869564a58ff1bee649d3ae5a59f84006c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:38:25 +0000 Subject: [PATCH] CI: (deps): Bump pandas from 2.1.3 to 2.1.4 in /ci Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.3...v2.1.4) --- 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 ba94e222bc6..2f05780aeb2 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,6 +1,6 @@ matplotlib==3.8.2 numpy==1.26.2 -pandas==2.1.3 +pandas==2.1.4 pooch==1.8.0 pint==0.23 pyproj==3.6.1