From 0e3db237e3fb57253e78ae9bd6027ebd724d3a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 21:55:20 +0000 Subject: [PATCH] Bump the dash-network group across 1 directory with 2 updates Updates the requirements on [plotly](https://github.com/plotly/plotly.py) and [dash-mantine-components](https://github.com/snehilvj/dash-mantine-components) to permit the latest version. Updates `plotly` to 6.9.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/v5.0.0...v6.9.0) Updates `dash-mantine-components` to 2.8.0 - [Release notes](https://github.com/snehilvj/dash-mantine-components/releases) - [Changelog](https://github.com/snehilvj/dash-mantine-components/blob/master/CHANGELOG.md) - [Commits](https://github.com/snehilvj/dash-mantine-components/compare/2.7.0...2.8.0) --- updated-dependencies: - dependency-name: dash-mantine-components dependency-version: 2.8.0 dependency-type: direct:production dependency-group: dash-network - dependency-name: plotly dependency-version: 6.9.0 dependency-type: direct:production dependency-group: dash-network ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2396d16..1587d5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Core scientific stack pandas>=1.2.3 -plotly>=5.0.0 +plotly>=6.9.0 requests>=2.27.1 retrying setuptools @@ -40,7 +40,7 @@ importlib-metadata # a single deploy setting can invalidate. dash~=4.4.1 dash-iconify>=0.1.2 -dash-mantine-components>=2.7.0 +dash-mantine-components>=2.8.0 dash-ag-grid # Default backend (Flask is bundled but pinned here for clarity)