From 867f955c23fa1b3a01f86e9e78373b1ec4aaee69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 16:57:04 +0000 Subject: [PATCH] chore(deps)(deps): bump pandas from 2.1.4 to 2.3.3 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.4 to 2.3.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.4...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2654074..564019e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ httpx==0.25.2 # Dashboard streamlit==1.29.0 plotly==5.18.0 -pandas==2.1.4 +pandas==2.3.3 # Development black==23.12.1