From 2b77b24320cefa558fc60b78b77d377ac0178ab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:46:10 +0000 Subject: [PATCH 1/3] Bump matplotlib from 3.8.1 to 3.8.2 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.1 to 3.8.2. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.1...v3.8.2) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 42b641354..18fdfa0a0 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]), install_requires=[ 'ase==3.22.1', - 'matplotlib==3.8.1', # ase already requires matplotlib + 'matplotlib==3.8.2', # ase already requires matplotlib 'numpy==1.26.0', # ase already requires numpy 'scipy==1.11.3', # ase already requires scipy ], From 17e03f40f6fff74d178bf0d69c69137c345898ac Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 21 Nov 2023 20:27:30 +0100 Subject: [PATCH 2/3] 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 1a4fd85b8..c6da7a837 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -4,7 +4,7 @@ dependencies: - aimsgb =1.1.0 - ase =3.22.1 - coverage -- matplotlib-base =3.8.1 +- matplotlib-base =3.8.2 - nglview =3.0.8 - numpy =1.26.0 - phonopy =2.20.0 From 00d02ddb6f3c72660bde9801c4c06d114daaa8ca Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 21 Nov 2023 20:27:56 +0100 Subject: [PATCH 3/3] Update environment_mini.yml --- .ci_support/environment_mini.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment_mini.yml b/.ci_support/environment_mini.yml index 0c63df710..48bba56da 100644 --- a/.ci_support/environment_mini.yml +++ b/.ci_support/environment_mini.yml @@ -3,6 +3,6 @@ channels: dependencies: - ase =3.22.1 - coverage -- matplotlib-base =3.8.1 +- matplotlib-base =3.8.2 - numpy =1.26.0 - scipy =1.11.3