From 616334fb38d0a560cc832000b28c661fc2b5db91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 11:54:47 +0000 Subject: [PATCH] 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/v1.0.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 643069ff..a31b7e92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -212,7 +212,7 @@ optional-dependencies.mongodb = [ ] optional-dependencies.pymongo = [ "jessiql==1.0.0rc1", - "pandas<2.2", + "pandas<2.4", "pymongo<4.9", "sqlalchemy<2", ]