From b98d1adfec3c6cca47e93276b420e46b71887fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 22:32:19 +0000 Subject: [PATCH] Update pandas requirement from ==2.1.* to >=2.1,<2.3 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/v2.1.0rc0...v2.2.2) --- updated-dependencies: - dependency-name: pandas 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 c0ec396..614702d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,7 +158,7 @@ mongodb = [ ] pymongo = [ "jessiql==1.0.0rc1", - "pandas==2.1.*", + "pandas>=2.1,<2.3", "pymongo==4.8.*", "sqlalchemy<2", ]