From 4d74da13936f87420ac41deafa3b25f68bb34bd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 11:05:00 +0000 Subject: [PATCH] Update plotly requirement from ~=6.9.0 to ~=7.0.0 in /scripts/nb-tester 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/v6.9.0...v7.0.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/nb-tester/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nb-tester/requirements.txt b/scripts/nb-tester/requirements.txt index 17375be770ab..d4633546ad1d 100644 --- a/scripts/nb-tester/requirements.txt +++ b/scripts/nb-tester/requirements.txt @@ -20,7 +20,7 @@ scipy~=1.17.1 scikit-learn~=1.9.0 pyscf~=2.14.0; sys.platform != 'win32' python-sat~=1.9.dev15 -plotly~=6.9.0 +plotly~=7.0.0 gem-suite~=0.1.6 ffsim~=0.0.84; sys.platform != 'win32' sympy~=1.14.0