From 4a7257f4ed3de9c373f47eeb274e5cea14ed45e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 13:29:47 +0000 Subject: [PATCH] chore(deps): bump pandas from 2.1.4 to 2.2.2 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.4 to 2.2.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.4...v2.2.2) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ab2165..eaa3b73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.9" numpy = "1.26.4" -pandas = "2.1.4" +pandas = "2.2.2" pycanon = "1.0.1.post2" typing_extensions = "4.9.0" beartype = "0.17.2"