From e6d9363e56e9b0972b51c8b18c80812387c0c1b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:53:24 +0000 Subject: [PATCH] Bump dash-core-components from 0.43.0 to 2.0.0 Bumps [dash-core-components](https://github.com/plotly/dash-component-boilerplate) from 0.43.0 to 2.0.0. - [Commits](https://github.com/plotly/dash-component-boilerplate/commits) --- updated-dependencies: - dependency-name: dash-core-components dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 71d01ba..9130152 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ dash==0.36.0 # The core dash backend dash-html-components==0.13.5 # HTML components -dash-core-components==0.43.0 # Supercharged components \ No newline at end of file +dash-core-components==2.0.0 # Supercharged components \ No newline at end of file