From 6c8fb70d8c00805192309acdb279a7f2eb0da30d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 05:35:04 +0000 Subject: [PATCH] Update plotly requirement from <6.0.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/master/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/jupyterlab-plotly-v1.0.0-alpha.3...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 48b36b3..0e74618 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ charts = [ 'darkdetect', # Detecting dark mode 'pandas', # Displaying tables in juptyer notebooks - 'plotly<6.0.0', # Interactive plots. 0.6.0 => Empty charts in Jupyter notebooks ... + 'plotly<7.0.0', # Interactive plots. 0.6.0 => Empty charts in Jupyter notebooks ... 'py3Dmol', # Visualisation of crystal structures ] docs = [