From acbe0542dfd650a5ea9d21b412d2883603830dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 08:17:57 +0000 Subject: [PATCH] Update dash requirement in the dash-network group across 1 directory Updates the requirements on [dash](https://github.com/plotly/dash) to permit the latest version. Updates `dash` to 4.4.1 - [Release notes](https://github.com/plotly/dash/releases) - [Changelog](https://github.com/plotly/dash/blob/dev/CHANGELOG.md) - [Commits](https://github.com/plotly/dash/compare/v4.2.0...v4.4.1) --- updated-dependencies: - dependency-name: dash dependency-version: 4.4.1 dependency-type: direct:production dependency-group: dash-network ... Signed-off-by: dependabot[bot] --- requirements-docs.txt | 2 +- requirements.txt | 2 +- tests/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index cf74980..4ad5c67 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -12,7 +12,7 @@ # against the gunicorn>=23 floor below. So it installs with --no-deps and its # real dependencies are listed here explicitly instead. -dash[dev]>=4.2.0 +dash[dev]>=4.4.1 dash-mantine-components>=2.8.0 dash-iconify>=0.1.2 diff --git a/requirements.txt b/requirements.txt index d6db5d1..7de518b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ # dash is required to call `build:backends` (component wrapper generation) -dash[dev]>=4.2.0 +dash[dev]>=4.4.1 dash-mantine-components>=2.8.0 diff --git a/tests/requirements.txt b/tests/requirements.txt index 588dd3e..b5dd290 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,4 +2,4 @@ # Switch into a virtual environment # pip install -r requirements.txt -dash[dev,testing]>=1.15.0 +dash[dev,testing]>=4.4.1