From ca85cafe92bb1333a1cb5f2bd9db8d09a90f4ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:53:49 +0000 Subject: [PATCH] Bump hyperspy from 2.1.1 to 2.2.0 Bumps [hyperspy](https://github.com/hyperspy/hyperspy) from 2.1.1 to 2.2.0. - [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.1...v2.2.0) --- updated-dependencies: - dependency-name: hyperspy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ecbff4..fb9cac8 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'pyiron_base==0.10.7', 'matplotlib==3.9.2', 'pystem==0.0.26', - 'hyperspy==2.1.1', + 'hyperspy==2.2.0', 'scanf==1.5.2', ], cmdclass=versioneer.get_cmdclass(),