Skip to content

Commit b453177

Browse files
Update dash requirement from >=2.14.0 to >=4.4.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](plotly/dash@v2.14.0...v4.4.0) --- updated-dependencies: - dependency-name: dash dependency-version: 4.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6461ec1 commit b453177

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
@@ -140,7 +140,7 @@ compliance = [
140140
# interactive compliance dashboards. Anyone installing the `compliance`
141141
# extra is expected to want the visualization layer.
142142
"plotly>=5.18.0",
143-
"dash>=2.14.0",
143+
"dash>=4.4.0",
144144
"pandas>=2.0.0",
145145
]
146146

0 commit comments

Comments
 (0)