From d7b994632d738f5606069b587d4ee174e56db36a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 18:12:42 +0000 Subject: [PATCH] Bump dash from 1.0.2 to 2.15.0 in /web/app Bumps [dash](https://github.com/plotly/dash) from 1.0.2 to 2.15.0. - [Release notes](https://github.com/plotly/dash/releases) - [Changelog](https://github.com/plotly/dash/blob/dev/CHANGELOG.md) - [Commits](https://github.com/plotly/dash/compare/v1.0.2...v2.15.0) --- updated-dependencies: - dependency-name: dash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/requirements.txt b/web/app/requirements.txt index 1fae402..a8abecd 100644 --- a/web/app/requirements.txt +++ b/web/app/requirements.txt @@ -3,4 +3,4 @@ numpy==1.18 requests==2.31.0 redis==3.4 plotly==4.0.0 -dash==1.0.2 \ No newline at end of file +dash==2.15.0 \ No newline at end of file