From 7a20e61ae4351be390a9d1fcd2d68aa323095c46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:46:38 +0000 Subject: [PATCH] Bump numpy in /apps/nytlabels-annotator/src/crappy-predict-news-labels Bumps [numpy](https://github.com/numpy/numpy) from 1.19.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.19.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../src/crappy-predict-news-labels/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nytlabels-annotator/src/crappy-predict-news-labels/requirements.txt b/apps/nytlabels-annotator/src/crappy-predict-news-labels/requirements.txt index bbe84a2b6d..7b8e868490 100644 --- a/apps/nytlabels-annotator/src/crappy-predict-news-labels/requirements.txt +++ b/apps/nytlabels-annotator/src/crappy-predict-news-labels/requirements.txt @@ -1,7 +1,7 @@ click==7.1.2 joblib==1.0.0 nltk==3.6.5 -numpy==1.19.5 +numpy==1.22.0 onnxruntime==1.8.1 protobuf==3.14.0 regex==2020.11.13