Skip to content

Commit 246c581

Browse files
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](plotly/dash@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] <support@github.com>
1 parent 2adafc1 commit 246c581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ classifiers = [
5454
]
5555

5656
dependencies = [
57-
"dash>=2.18,<4",
57+
"dash>=2.18,<5",
5858
"TypedUnit ==0.0.11",
5959
"MPSPlots ==1.8.9",
6060
"PyOptik ==2.0.7",

0 commit comments

Comments
 (0)