From 81c545d7412648f3475186a3d05832841abd571f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 05:07:50 +0000 Subject: [PATCH] Update pandas requirement from <3.0,>=2.2.0 to >=2.2.0,<4.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/v2.2.0...v3.0.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.3 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 eeba85c..6f75221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "aiohttp>=3.9.0,<4.0", "rich>=13.7.0,<14.0", "pyfiglet>=1.0.2,<2.0", - "pandas>=2.2.0,<3.0", + "pandas>=2.2.0,<4.0", "numpy>=1.26.0,<3.0", "python-dotenv>=1.0.0,<2.0", ]