From 98386a5fbbdb7579c9799ae38a3e05ddac87634a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 20:20:08 +0000 Subject: [PATCH 1/2] Bump matplotlib from 3.7.1 to 3.7.2 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.1 to 3.7.2. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.7.1...v3.7.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 0d034a3d4..70feab0d3 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.1', # ase already requires matplotlib + 'matplotlib==3.7.2', # ase already requires matplotlib 'numpy==1.24.3', # ase already requires numpy 'scipy==1.10.1', # ase already requires scipy ], From 69d0fe0ba70d1a2c36ba296001b4157cf30972d7 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 19 Jul 2023 14:23:12 -0600 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 94a73ba6b..e58bb986c 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -6,7 +6,7 @@ dependencies: - coveralls - coverage - codacy-coverage -- matplotlib-base =3.7.1 +- matplotlib-base =3.7.2 - numpy =1.24.3 - phonopy =2.19.1 - pymatgen =2023.5.31