From e669ebf3457b4e9b3c090040de6dd064ed370fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 05:32:52 +0000 Subject: [PATCH] Update plotly requirement from <6.1,>5.10 to >5.10,<6.2 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/main/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v5.11.0...v6.1.1) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.1.1 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 a6a35eee..10dee900 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ tests = [ "tox>=4.16.0,<4.27", ] viz = [ - "plotly>5.10,<6.1", + "plotly>5.10,<6.2", "kaleido>0.2,<0.2.2", ]