From 4d14ae80a6a879e471c2a28ab90f291f891d8af0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 05:27:59 +0000 Subject: [PATCH 1/2] Bump hyperspy from 2.0 to 2.0.1 Bumps [hyperspy](https://github.com/hyperspy/hyperspy) from 2.0 to 2.0.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.0...v2.0.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 fe6cfe5..b9826f9 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'pyiron_base==0.7.8', 'matplotlib==3.8.3', 'pystem==0.0.26', - 'hyperspy==2.0', + 'hyperspy==2.0.1', 'scanf==1.5.2', ], cmdclass=versioneer.get_cmdclass(), From 3aff1949e457ce0826c785804811ba087cb0bb2f Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 4 Mar 2024 05:28:15 +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 d0f2b6d..858172e 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -8,6 +8,6 @@ dependencies: - matplotlib=3.8.3 - pystem=0.0.26 - match-series -- hyperspy=2.0 +- hyperspy=2.0.1 - sparse - scanf diff --git a/binder/environment.yml b/binder/environment.yml index 450c058..595f1fa 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -5,7 +5,7 @@ dependencies: - matplotlib=3.8.3 - pystem =0.0.26 - match-series -- hyperspy=2.0 +- hyperspy=2.0.1 - scanf - sparse - papermill