From 3aadf1622d2828a2e066d7a0dea7fa8f866deb55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 13:54:20 +0000 Subject: [PATCH] build(deps): Update plotly requirement 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.1.0...v6.3.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a6ebcb99..844625a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ matplotlib>=3.8.4,<3.9.0 pandera<=0.22.1 panel<=1.3.0 papermill -plotly>5.0.0,<=5.18.0 +plotly>5.0.0,<=6.3.0 polars<=1.27.1 protobuf<=6.30.2 pyarrow>11.0.0,<19.0.1