From 14b94be9626c1b9203625f80dfa6d0c31e88f55e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 12:22:55 +0000 Subject: [PATCH] Bump pandas from 2.3.0 to 2.3.1 in /ictv_dashboard --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ictv_dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ictv_dashboard/requirements.txt b/ictv_dashboard/requirements.txt index a623b91..46a2485 100644 --- a/ictv_dashboard/requirements.txt +++ b/ictv_dashboard/requirements.txt @@ -3,7 +3,7 @@ # Core dependencies streamlit==1.45.1 -pandas==2.3.0 +pandas==2.3.1 numpy==2.3.0 plotly==6.1.2