From 0c06ad2c6d1e994a5a533df19274a8440f20df77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 05:49:23 +0000 Subject: [PATCH 1/2] Bump hyperspy from 2.1.0 to 2.1.1 Bumps [hyperspy](https://github.com/hyperspy/hyperspy) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/hyperspy/hyperspy/releases) - [Changelog](https://github.com/hyperspy/hyperspy/blob/RELEASE_next_minor/CHANGES.rst) - [Commits](https://github.com/hyperspy/hyperspy/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: hyperspy 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 8d8f5b5..3a46e50 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'pyiron_base==0.9.6', 'matplotlib==3.8.4', 'pystem==0.0.26', - 'hyperspy==2.1.0', + 'hyperspy==2.1.1', 'scanf==1.5.2', ], cmdclass=versioneer.get_cmdclass(), From 62eb15984dfd97fcad6e6b77f0ab213ebfcb2ca0 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 15 Jul 2024 05:52:47 +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 d551442..4d9503d 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -8,6 +8,6 @@ dependencies: - matplotlib=3.8.4 - pystem=0.0.26 - match-series -- hyperspy=2.1.0 +- hyperspy=2.1.1 - sparse - scanf diff --git a/binder/environment.yml b/binder/environment.yml index 0cb6f1f..cfdb298 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -5,7 +5,7 @@ dependencies: - matplotlib=3.8.4 - pystem =0.0.26 - match-series -- hyperspy=2.1.0 +- hyperspy=2.1.1 - scanf - sparse - papermill