From 81a3de852919c67100c999a8ea4075203d42dd37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 01:08:18 +0000 Subject: [PATCH] chore(deps): update pandas requirement from <3,>=2.3.3 to >=2.3.3,<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/v2.3.3...v3.0.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.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 002a7d2b0..9d84901f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ dependencies = [ "loguru>=0.7.3,<1", "openslide-bin>=4.0.0.10,<5", "openslide-python>=1.4.3,<2", - "pandas>=2.3.3,<3", + "pandas>=2.3.3,<4", "platformdirs>=4.3.2,<5", "procrastinate>=3.5.3", "fastparquet>=2025.12.0,<2026.0.0; python_version < '3.14'",