From 2c2661d779e56a3593b0e53fd62225888154d24f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 04:34:24 +0000 Subject: [PATCH] deps: update plotly requirement from >=5.0 to >=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/main/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v5.0.0...v7.0.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8f69ce4..ca45685 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ config = ["pyyaml>=6.0.3"] logging = ["tensorboard>=2.10"] serve = ["onnx>=1.14", "onnxruntime>=1.16", "fastapi>=0.100", "uvicorn>=0.23"] hub = ["huggingface_hub>=0.20", "onnx>=1.14", "onnxruntime>=1.16"] -dashboard = ["flask>=2.0", "plotly>=5.0"] +dashboard = ["flask>=2.0", "plotly>=7.0.0"] dev = [ "torch>=1.13", "pytest>=7.0", @@ -66,7 +66,7 @@ dev = [ "tqdm>=4.60", "optuna>=3.0", "mypy>=1.0", - "plotly>=5.0", + "plotly>=7.0.0", "hypothesis>=6.0", "onnx>=1.14", "onnxruntime>=1.16",