From 6019a3613e9b1f2e103194b99b420dd3f2994d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 22:57:07 +0000 Subject: [PATCH] Bump numpy from 1.21.5 to 1.22.0 in /examples/segment_objects Bumps [numpy](https://github.com/numpy/numpy) from 1.21.5 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.21.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/segment_objects/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/segment_objects/requirements.txt b/examples/segment_objects/requirements.txt index 97611555..d7d649d6 100644 --- a/examples/segment_objects/requirements.txt +++ b/examples/segment_objects/requirements.txt @@ -1,2 +1,2 @@ Pillow==9.1.1 -numpy==1.21.5 \ No newline at end of file +numpy==1.22.0 \ No newline at end of file