From 4f3ce4bf274b67eb7f2392bc4eddb12a40dd3076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 11:27:27 +0000 Subject: [PATCH] Bump numpy from 1.14.0 to 1.21.0 in /ml_service Bumps [numpy](https://github.com/numpy/numpy) from 1.14.0 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.14.0...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ml_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml_service/requirements.txt b/ml_service/requirements.txt index 89131a4..3367c7e 100644 --- a/ml_service/requirements.txt +++ b/ml_service/requirements.txt @@ -10,7 +10,7 @@ jedi==0.11.1 Jinja2==2.10 MarkupSafe==1.0 mccabe==0.6.1 -numpy==1.14.0 +numpy==1.21.0 parso==0.1.1 post==0.0.26 public==0.0.65