From ca1d97752cc97d5553e5f22c8455800cca6cf65e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:57:33 +0000 Subject: [PATCH] Update pandas requirement from >=2.0 to >=3.0.2 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.0.0...v3.0.2) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.2 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 6febd8f..eb5dda3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "click>=8.0", # CLI framework "rich>=13.0", # Terminal tables / pretty output "flask>=3.0", # Web browser UI - "pandas>=2.0", # DataFrame export to CSV/JSON + "pandas>=3.0.2", # DataFrame export to CSV/JSON "tabulate>=0.9", # ASCII table formatting ]