From d390c053d5f83b93addc5bdb45d7924a25ca2f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:50:44 -0300 Subject: [PATCH] Bump plotly from 5.23.0 to 5.24.1 (#131) Bumps [plotly](https://github.com/plotly/plotly.py) from 5.23.0 to 5.24.1. - [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.23.0...v5.24.1) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d32594f8..be262fa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dependencies = [ "toml==0.10.2", "numpy==1.26.4", "matplotlib==3.9.2", - "plotly==5.23.0", + "plotly==5.24.1", ] dynamic = ["version"]