From 189df5622e112d77d717f9e57fd39ccd617cec85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 22:21:53 +0000 Subject: [PATCH] Bump plotly from 5.3.1 to 5.11.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 5.3.1 to 5.11.0. - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v5.3.1...v5.11.0) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5e55767e..caf45a5b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "autoreduce_db==22.0.0.dev37", "Django==4.0.6", "fire==0.4.0", - "plotly==5.3.1", + "plotly==5.11.0", "kaleido==0.2.1", "stomp.py", "docker==5.0.3",