From b58e35226205c5ef071d1c317785c15961be8e25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 12:02:55 +0000 Subject: [PATCH] tools: update pandas requirement from >=2.0.0 to >=3.0.5 in /tools 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.5) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 7a83b07..a09a670 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -26,4 +26,4 @@ cairosvg==2.9.0 # - pandas: REQUIRED for the aggregations. # The SVG charting (tools/analytics_svg.py) is pure-stdlib, no extra dep. pyarrow>=15.0.0 -pandas>=2.0.0 +pandas>=3.0.5