From db8b119496eaea8595382afe01b2c69c461eaabd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 12:13:53 +0000 Subject: [PATCH] Bump the dashboard-dependencies group across 1 directory with 2 updates Bumps the dashboard-dependencies group with 2 updates in the /ictv_dashboard directory: [streamlit](https://github.com/streamlit/streamlit) and [plotly](https://github.com/plotly/plotly.py). Updates `streamlit` from 1.45.1 to 1.46.1 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.45.1...1.46.1) Updates `plotly` from 6.1.2 to 6.2.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.2.0) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.46.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dashboard-dependencies - dependency-name: plotly dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dashboard-dependencies ... Signed-off-by: dependabot[bot] --- ictv_dashboard/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ictv_dashboard/requirements.txt b/ictv_dashboard/requirements.txt index a623b91..15b7b2f 100644 --- a/ictv_dashboard/requirements.txt +++ b/ictv_dashboard/requirements.txt @@ -2,10 +2,10 @@ # Python 3.8+ # Core dependencies -streamlit==1.45.1 +streamlit==1.46.1 pandas==2.3.0 numpy==2.3.0 -plotly==6.1.2 +plotly==6.2.0 # Data visualization matplotlib==3.10.3