From c18a40b53ca00685df0afd7ea6f241edda7a7d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:20:04 +0000 Subject: [PATCH] Bump numpy in /Starter Apps/REST-APIs/03 - DB Intro/code Bumps [numpy](https://github.com/numpy/numpy) from 1.14.0 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.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Starter Apps/REST-APIs/03 - DB Intro/code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Starter Apps/REST-APIs/03 - DB Intro/code/requirements.txt b/Starter Apps/REST-APIs/03 - DB Intro/code/requirements.txt index 4c80d89..3fc5db2 100644 --- a/Starter Apps/REST-APIs/03 - DB Intro/code/requirements.txt +++ b/Starter Apps/REST-APIs/03 - DB Intro/code/requirements.txt @@ -87,7 +87,7 @@ nose==1.3.7 notebook==5.4.0 numba==0.36.2 numexpr==2.6.4 -numpy==1.14.0 +numpy==1.22.0 numpydoc==0.7.0 odo==0.5.1 olefile==0.45.1