From 5ff67c0ee50ad82990d13e1fdf0c49cb113ed693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 16:08:56 +0000 Subject: [PATCH 1/2] Bump plotly from 6.3.1 to 6.4.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 6.3.1 to 6.4.0. - [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.3.1...v6.4.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a3937b6e..6b5648011 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ grainboundary = [ pyscal = ["pyscal3==3.3.0"] nglview = ["nglview==3.1.4"] matplotlib = ["matplotlib==3.10.7"] -plotly = ["plotly==6.3.1"] +plotly = ["plotly==6.4.0"] clusters = ["scikit-learn==1.7.2"] symmetry = ["spglib==2.6.0"] surface = [ From 8d7537a9ae503b78c80a608f03e99c7b2d190bcb Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Wed, 5 Nov 2025 16:09:08 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 83c9ab9bc..f7254bfee 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -11,7 +11,7 @@ dependencies: - notebook - numpy =2.3.4 - phonopy =2.43.6 -- plotly =6.3.1 +- plotly =6.4.0 - pymatgen =2025.10.7 - pyscal3 =3.3.0 - scikit-learn =1.7.2