From 41e0009299cb6b34b5eb281c2af1478252faef19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 21:57:18 +0000 Subject: [PATCH] Update dash requirement from ~=3.4.0 to ~=4.0.0 Updates the requirements on [dash](https://github.com/plotly/dash) to permit the latest version. - [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/v3.4.0...v4.0.0) --- updated-dependencies: - dependency-name: dash dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f9fa2ff..737fb54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # Version is hardcoded to ensure uniformity no matter the platform. plotly~=6.5.2 polars~=1.38.1 -dash~=3.4.0 +dash~=4.0.0 pytest~=9.0.2 pylint~=4.0.5 black~=26.1.0