From 13ce0371782fd82c67d6051c95e88c2b488657c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 01:48:01 +0000 Subject: [PATCH] Update plotly requirement from ~=5.24.1 to >=5.24.1,<6.1.0 Updates the requirements on [plotly](https://github.com/plotly/plotly.py) to permit the latest version. - [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.24.1...v6.0.0) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6aeefe4..484a272c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "toml==0.10.2", "numpy~=2.2.1", "matplotlib~=3.10.0", - "plotly~=5.24.1", + "plotly>=5.24.1,<6.1.0", ] dynamic = ["version"]