From 6e6d803a7adf912bc83e89569fd65e54c7277c30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:36:23 +0000 Subject: [PATCH] Bump numpy from 1.14.5 to 1.22.0 in /deeplearning Bumps [numpy](https://github.com/numpy/numpy) from 1.14.5 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.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deeplearning/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deeplearning/requirements.txt b/deeplearning/requirements.txt index 2abc5e6..fe21a40 100644 --- a/deeplearning/requirements.txt +++ b/deeplearning/requirements.txt @@ -6,7 +6,7 @@ grpcio==1.15.0 kiwisolver==1.0.1 Markdown==3.0 matplotlib==3.0.0 -numpy==1.14.5 +numpy==1.22.0 protobuf==3.6.1 pyparsing==2.2.1 python-dateutil==2.7.3