From b29b67423eb02d243d46a3fbf11153a277749a86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:04:32 +0000 Subject: [PATCH 1/2] Bump plotly from 5.17.0 to 5.18.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 5.17.0 to 5.18.0. - [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/v5.17.0...v5.18.0) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d002033af..1d0f2ae85 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ "grainboundary": ['aimsgb==1.1.0', 'pymatgen==2023.10.11'], "pyscal": ['pyscal2==2.10.18'], "nglview": ['nglview==3.0.8'], - "plotly": ['plotly==5.17.0'], + "plotly": ['plotly==5.18.0'], "clusters": ['scikit-learn==1.3.2'], "symmetry": ['spglib==2.1.0'], "surface": ['spglib==2.1.0', 'pymatgen==2023.10.11'], From 6f8fd4b2546ddff37882e45e0cf27b8b089a30f9 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 30 Oct 2023 19:40:10 +0100 Subject: [PATCH 2/2] Update environment.yml --- .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 6437c4af7..63ded5feb 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -8,7 +8,7 @@ dependencies: - nglview =3.0.8 - numpy =1.26.0 - phonopy =2.20.0 -- plotly =5.17.0 +- plotly =5.18.0 - pymatgen =2023.10.11 - pyscal =2.10.18 - pyxtal =0.6.1