From 6a9d080c299c5196e21b2b00e5265ffc17de3d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:01:16 +0000 Subject: [PATCH] Bump pandas from 1.2.3 to 2.2.0 Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.2.3 to 2.2.0. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.2.3...v2.2.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7714e68..a29ed36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ dependencies = [ "numpy", "tqdm", - "pandas==1.2.3", + "pandas==2.2.0", "astropy >=5.1", "openpyxl>=2.5.12", "scipy",