From 14cef2f2783a16016409e45d1ef9302f3faf636e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 13:33:08 +0000 Subject: [PATCH 1/2] Bump matplotlib from 3.5.2 to 3.5.3 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.5.2...v3.5.3) --- 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 61354bee5..660ae4ee2 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ keywords='pyiron', packages=find_packages(exclude=["*tests*"]), install_requires=[ - 'matplotlib==3.5.2', + 'matplotlib==3.5.3', 'numpy==1.23.2', 'pyiron_base==0.5.22', 'scipy==1.9.0', From bea08d79d9a8b9b13ea5bc3d25c2d3d2f4836dfd Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 22 Aug 2022 13:42:39 +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 e1ff7db9a..765e89745 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -5,7 +5,7 @@ dependencies: - coveralls - coverage - codacy-coverage -- matplotlib =3.5.2 +- matplotlib =3.5.3 - numpy =1.23.2 - pyiron_base =0.5.22 - pyiron_atomistics =0.2.52