From 63179d500af1a10dc8abb49da11151ab659adfd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:54:08 +0000 Subject: [PATCH] Update dash[testing] requirement from ~=3.4.0 to ~=4.1.0 Updates the requirements on [dash[testing]](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.1.0) --- updated-dependencies: - dependency-name: dash[testing] dependency-version: 4.1.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 986c6a6..6027c80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # Version is hardcoded to ensure uniformity no matter the platform. plotly~=6.6.0 polars~=1.39.3 -dash~=3.4.0 +dash~=4.1.0 pytest~=9.0.2 pylint~=4.0.5 black~=26.3.1