From a1c9b92701353683b1d9fea921ffe087c6bbad9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:25:18 +0000 Subject: [PATCH] Bump numpy in /Self-Driving Car Nanodegree/Capstone Bumps [numpy](https://github.com/numpy/numpy) from 1.13.1 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.13.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Self-Driving Car Nanodegree/Capstone/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Self-Driving Car Nanodegree/Capstone/requirements.txt b/Self-Driving Car Nanodegree/Capstone/requirements.txt index 82dc601..fd2971d 100644 --- a/Self-Driving Car Nanodegree/Capstone/requirements.txt +++ b/Self-Driving Car Nanodegree/Capstone/requirements.txt @@ -2,7 +2,7 @@ Flask==0.11.1 attrdict==2.0.0 eventlet==0.19.0 python-socketio==1.6.1 -numpy==1.13.1 +numpy==1.22.0 Pillow==2.2.1 scipy==0.19.1 keras==2.0.8