From 5de028e0691b7954d8c3029146850598281fd192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 18:17:24 +0000 Subject: [PATCH] Bump dash from 1.9.1 to 2.15.0 Bumps [dash](https://github.com/plotly/dash) from 1.9.1 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.9.1...v2.15.0) --- updated-dependencies: - dependency-name: dash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 0d00257..f1b5744 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] [packages] -dash = "==1.9.1" +dash = "==2.15.0" dash-bootstrap-components = "*" gunicorn = "*" plotly = "*"