From 85ba82bbeac4361784346205ff835fd877f5f1db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 18:16:49 +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/main/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/jupyterlab-plotly-v1.0.0-alpha.3...v6.1.2) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.1.2 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 272478d..bc8ca27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.9" license = { text = "MIT" } keywords = ["neutrons", "finddata", "ONCat"] readme = "README.md" -dependencies = [ "plotly<6.0", "toml>=0.10,<0.11", "urllib3>=2.5,<3"] +dependencies = [ "plotly<7.0", "toml>=0.10,<0.11", "urllib3>=2.5,<3"] [project.scripts] finddata = "finddata.cli:main"