From c6e249f48b03ad0a44c604f5710434299672ffe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 19:38:48 +0000 Subject: [PATCH] Bump dash-html-components from 0.11.0 to 2.0.0 in /boilerplates/dash Bumps [dash-html-components](https://github.com/plotly/dash-html-components) from 0.11.0 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] --- boilerplates/dash/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boilerplates/dash/requirements.txt b/boilerplates/dash/requirements.txt index 92e8037..c2f260d 100644 --- a/boilerplates/dash/requirements.txt +++ b/boilerplates/dash/requirements.txt @@ -3,7 +3,7 @@ chardet==3.0.4 click==6.7 dash==0.34.0 dash-core-components==0.27.1 -dash-html-components==0.11.0 +dash-html-components==2.0.0 dash-renderer==0.13.0 decorator==4.3.0 Flask==2.2.5