From 8304db3da2466a3ae491b5dc93491129853b8319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Sep 2021 12:21:18 -0700 Subject: [PATCH] Bump scikit-image from 0.17.2 to 0.18.3 (#28) * Bump scikit-image from 0.17.2 to 0.18.3 Bumps [scikit-image](https://github.com/scikit-image/scikit-image) from 0.17.2 to 0.18.3. - [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.17.2...v0.18.3) --- updated-dependencies: - dependency-name: scikit-image dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Rollback to 0.17.2 for Python 3.6 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oleksandr Chychkan --- requirements.txt | 2 +- requirements_3.9.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5eafa73..ccb88ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ colorama==0.4.4 tqdm==4.47.0 ffmpeg-python==0.2.0 Pillow==8.3.2 -scikit-image==0.17.2 +scikit-image==0.18.3 h5py==3.1.0 PyQt5==5.15.4 diff --git a/requirements_3.9.txt b/requirements_3.9.txt index aa28e5a..2a204c4 100644 --- a/requirements_3.9.txt +++ b/requirements_3.9.txt @@ -6,6 +6,6 @@ colorama==0.4.4 tqdm==4.47.0 ffmpeg-python==0.2.0 Pillow==8.3.2 -scikit-image==0.18.0 +scikit-image==0.18.3 h5py==3.1.0 PyQt5==5.15.4