From ce6a9c7a191f756fccb1806f1c1e28a0867bd41e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 12:35:48 +0000 Subject: [PATCH] Update plotly requirement from <6.3,>5.10 to >5.10,<6.4 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.3.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.3.0 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 9b12d6bb7..96a5f1f40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ tooling = [ # in local development these are provided globally ] tests = [ "rmi-etoolbox[dev,tooling]" ] optional = [ - "plotly>5.10,<6.3", + "plotly>5.10,<6.4", "sqlalchemy>1.4,<2.1", ] pudl-test = []