From efaabedfc87663a433d2bb319bacc313c1712001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:20:26 +0000 Subject: [PATCH] Bump numpy from 1.16.2 to 1.22.0 in /yogapose Bumps [numpy](https://github.com/numpy/numpy) from 1.16.2 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.16.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- yogapose/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yogapose/requirements.txt b/yogapose/requirements.txt index 0f9a125..ef65bd8 100644 --- a/yogapose/requirements.txt +++ b/yogapose/requirements.txt @@ -1,7 +1,7 @@ Keras==2.2.4 Keras-Applications==1.0.7 Keras-Preprocessing==1.0.9 -numpy==1.16.2 +numpy==1.22.0 opencv-python==3.4.1.15 pandas==0.24.2 Pillow==3.3.2