From 689fffdd0c84a3a05b5a5a6997ccc7b800a3b6d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 16:07:45 +0000 Subject: [PATCH 1/2] Bump plotly from 6.4.0 to 6.5.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 6.4.0 to 6.5.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.4.0...v6.5.0) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.5.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 6b5648011..00a4f495f 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.4.0"] +plotly = ["plotly==6.5.0"] clusters = ["scikit-learn==1.7.2"] symmetry = ["spglib==2.6.0"] surface = [ From aca69689ed3c69815002ea75e29fc6feb2ba0f43 Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Tue, 18 Nov 2025 16:07:58 +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 f7254bfee..92eca3788 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.4.0 +- plotly =6.5.0 - pymatgen =2025.10.7 - pyscal3 =3.3.0 - scikit-learn =1.7.2