From 4491f8eef748e4a32f7cac55cbbc52856b60f0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 10:51:48 +0000 Subject: [PATCH] Bump plotly from 6.1.2 to 6.4.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 6.1.2 to 6.4.0. - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v6.1.2...v6.4.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..bc6a1a2 100644 --- a/ictv_dashboard/requirements.txt +++ b/ictv_dashboard/requirements.txt @@ -5,7 +5,7 @@ streamlit==1.45.1 pandas==2.3.0 numpy==2.3.0 -plotly==6.1.2 +plotly==6.4.0 # Data visualization matplotlib==3.10.3