From 3d3a386c85ed62174c783b8db351ba96c44947df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:52:46 +0000 Subject: [PATCH] Update pandas requirement from >=1.4.1 to >=2.3.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/v1.4.1...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.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 b4a5bff..980de64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Utility scripts for our projects." license = { file = "LICENSE" } requires-python = ">=3.10" dependencies = [ - "pandas>=1.4.1", + "pandas>=2.3.3", "openpyxl>=3.0.9", ]