From 246c58130beae051b5db840dcc107eb2e7050686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 02:53:22 +0000 Subject: [PATCH] Update dash requirement from <4,>=2.18 to >=2.18,<5 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/v2.18.0...v4.2.0) --- updated-dependencies: - dependency-name: dash dependency-version: 4.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e49d9704d..dd3457a02b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ classifiers = [ ] dependencies = [ - "dash>=2.18,<4", + "dash>=2.18,<5", "TypedUnit ==0.0.11", "MPSPlots ==1.8.9", "PyOptik ==2.0.7",