From 149c64495e10c1f8bb6ee65116729d7089a80b4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:55:46 +0000 Subject: [PATCH 1/2] Bump matplotlib from 3.7.2 to 3.8.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.2 to 3.8.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.7.2...v3.8.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production 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 a803ef81b..ceff012b0 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.7.2', # ase already requires matplotlib + 'matplotlib==3.8.0', # ase already requires matplotlib 'numpy==1.23.5', # ase already requires numpy 'scipy==1.11.2', # ase already requires scipy ], From acad7772cef32f0cff27335eecdd27968d55002a Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 18 Sep 2023 19:40:16 +0200 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 d91b4e386..98c7004c2 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -6,7 +6,7 @@ dependencies: - coveralls - coverage - codacy-coverage -- matplotlib-base =3.7.2 +- matplotlib-base =3.8.0 - nglview =3.0.6 - numpy =1.23.5 - phonopy =2.20.0