From 9a82250f76b11e67cde2f1164585a6b499518692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 20:18:21 +0000 Subject: [PATCH] Update pandas requirement in /sphinx-docs 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/v3.0.3...v3.0.5) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sphinx-docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx-docs/requirements.txt b/sphinx-docs/requirements.txt index d2b8dad..253ef64 100644 --- a/sphinx-docs/requirements.txt +++ b/sphinx-docs/requirements.txt @@ -12,7 +12,7 @@ docutils>=0.22.4 numpy>=2.4.4,<3.0 matplotlib>=3.10.9,<4.0 scipy>=1.17.1,<2.0 -pandas>=3.0.3,<4.0 +pandas>=3.0.5,<4.0 openpyxl>=3.1.5,<4.0 python-dotenv>=1.2.2,<2.0 colorama>=0.4.6,<1.0