From 81f308a93805aa650358a5082d9b7fa13f57d92c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 16:19:31 +0000 Subject: [PATCH] fix: update pandas requirement from <2.0.0,>=1.2.0 to >=1.2.0,<3.0.0 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.2.0...v2.2.3) --- 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 c99a51f..6909713 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dynamic = ["version"] dependencies = [ "protobuf>=3.20.0,<4.0.0", "requests>=2.25.1,<3.0.0", - "pandas>=1.2.0,<2.0.0", + "pandas>=1.2.0,<3.0.0", ] [project.optional-dependencies]