From 52f6e5b6bc333431e737b826da8ce3ea4660549a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 18:13:26 +0000 Subject: [PATCH] Bump dash from 1.13.2 to 2.15.0 in /examples Bumps [dash](https://github.com/plotly/dash) from 1.13.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.13.2...v2.15.0) --- updated-dependencies: - dependency-name: dash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index a7a3b86..9af5449 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -1,4 +1,4 @@ pyzmq==19.0.1 plotly==4.8.1 -dash==1.13.2 +dash==2.15.0 modin[dask]==0.7.3