From 46c2c1b550e5079c58881ccc2182ed5e6ca4b45d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:50:04 +0000 Subject: [PATCH] Bump numpy from 1.14.6 to 1.22.0 in /segmentation Bumps [numpy](https://github.com/numpy/numpy) from 1.14.6 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.14.6...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- segmentation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/segmentation/requirements.txt b/segmentation/requirements.txt index bf41f69..1d9dbfb 100644 --- a/segmentation/requirements.txt +++ b/segmentation/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.14.6 +numpy==1.22.0 pillow==5.3.0 tqdm==4.26.0 tensorboardX==1.4