From 8e710b31150ca1db53bdc8cff21cde208675ce08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:57:31 +0000 Subject: [PATCH] Bump dash-html-components from 1.0.3 to 2.0.0 in /simba Bumps [dash-html-components](https://github.com/plotly/dash-html-components) from 1.0.3 to 2.0.0. - [Changelog](https://github.com/plotly/dash-html-components/blob/dev/CHANGELOG.md) - [Commits](https://github.com/plotly/dash-html-components/commits) --- updated-dependencies: - dependency-name: dash-html-components dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- simba/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simba/requirements.txt b/simba/requirements.txt index cd57c4625..de3d071c9 100644 --- a/simba/requirements.txt +++ b/simba/requirements.txt @@ -28,7 +28,7 @@ dash == 1.14.0 dash_color_picker == 0.0.1 dash_core_components == 1.10.2 dash_colorscales == 0.0.4 -dash_html_components == 1.0.3 +dash_html_components == 2.0.0 h5py numba==0.52.0;python_version=="3.6" numba;python_version>="3.9"