From 7627c6eeac6cb7b77228bf6e10824079b2c32312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:50:46 +0000 Subject: [PATCH] Bump scikit-image from 0.21.0 to 0.22.0 Bumps [scikit-image](https://github.com/scikit-image/scikit-image) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/scikit-image/scikit-image/releases) - [Changelog](https://github.com/scikit-image/scikit-image/blob/main/RELEASE.txt) - [Commits](https://github.com/scikit-image/scikit-image/compare/v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: scikit-image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6502090a..8c334d16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ optional = ["pydefect>=0.6.2", "dscribe>=2.0.0", "numba"] strict = [ "pymatgen==2023.10.11", "dscribe==2.1.0", - "scikit-image==0.21.0", + "scikit-image==0.22.0", "mp-pyrho==0.4.4", ]