From a625aba2caa85d7186dbacb3ecf7ef05c0934354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:31:37 +0000 Subject: [PATCH 1/2] Bump matplotlib from 3.8.3 to 3.8.4 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.3 to 3.8.4. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.3...v3.8.4) --- 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 8c67102..c668b4c 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ packages=find_packages(exclude=["*tests*"]), install_requires=[ 'pyiron_base==0.8.1', - 'matplotlib==3.8.3', + 'matplotlib==3.8.4', 'pystem==0.0.26', 'hyperspy==2.0.1', 'scanf==1.5.2', From 3642c9e11144d18a0b501ea13f85226c72bd288b Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 15 Apr 2024 15:31:50 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- binder/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 9e35d26..50df9c1 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -5,7 +5,7 @@ dependencies: - coverage - codacy-coverage - pyiron_base=0.8.1 -- matplotlib=3.8.3 +- matplotlib=3.8.4 - pystem=0.0.26 - match-series - hyperspy=2.0.1 diff --git a/binder/environment.yml b/binder/environment.yml index 595f1fa..f4c6dc5 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -2,7 +2,7 @@ channels: - conda-forge dependencies: - pyiron_base=0.6.16 -- matplotlib=3.8.3 +- matplotlib=3.8.4 - pystem =0.0.26 - match-series - hyperspy=2.0.1