From 832d8c29b6012e37a71e780e0e7d18bf5425d801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 01:35:50 +0000 Subject: [PATCH] Bump numpy from 1.15.4 to 1.22.0 in /scripts/code_summarization Bumps [numpy](https://github.com/numpy/numpy) from 1.15.4 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.15.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/code_summarization/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/code_summarization/requirements.txt b/scripts/code_summarization/requirements.txt index e984be6db..280f02c2b 100644 --- a/scripts/code_summarization/requirements.txt +++ b/scripts/code_summarization/requirements.txt @@ -1,5 +1,5 @@ nltk==3.4.5 -numpy==1.15.4 +numpy==1.22.0 scikit_learn==0.20.2 torch==1.0.0 torchtext==0.3.1