From e17815f8c30cd9d35c92ba0b61bce78bc6914992 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:48:38 +0000 Subject: [PATCH] Chore(deps): Update pandas requirement from <2.3 to <2.4 Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/0.3.0...v2.3.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6eb7b69..4969210 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ optional-dependencies.release = [ "twine<7", ] optional-dependencies.test = [ - "pandas<2.3", + "pandas<2.4", "polars[pyarrow]<1.28", "pytest<9", "pytest-asyncio<1",