From b50920e22287f640b089b1ed2f2d442051db8e91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:27:59 +0000 Subject: [PATCH] CI: (deps): Bump pandas from 2.1.0 to 2.1.1 in /ci Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.0...v2.1.1) --- 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 6f80ca28986..99a8c1848a8 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,6 +1,6 @@ matplotlib==3.7.2 numpy==1.26.0 -pandas==2.1.0 +pandas==2.1.1 pooch==1.7.0 pint==0.22 pyproj==3.6.0