From 59aaa96261a95d2d7822788a4cc8f0efec148311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 01:44:30 +0000 Subject: [PATCH] Update plotly requirement from <6.0.0,>=5.24.0 to >=5.24.0,<7.0.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.0...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 76ef136ea..99b719e3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "rich<14.0.0,>=13.7.1", "pydantic<3.0.0,>=2.9.2", "docstring-parser<1.0,>=0.16", - "plotly<6.0.0,>=5.24.0", + "plotly>=5.24.0,<7.0.0", "humanize<5.0.0,>=4.10.0", "pytest-snapshot>=0.9.0", "anthropic==0.23.1",