From 5569b6a21c881b45cdb3ee22d3e07ef9e2bba967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:14:54 +0000 Subject: [PATCH] Bump numpy in /e4p2_capstone/aws/text_Classify_functions Bumps [numpy](https://github.com/numpy/numpy) from 1.18.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.18.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- e4p2_capstone/aws/text_Classify_functions/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e4p2_capstone/aws/text_Classify_functions/requirements.txt b/e4p2_capstone/aws/text_Classify_functions/requirements.txt index ca3e071..c204333 100644 --- a/e4p2_capstone/aws/text_Classify_functions/requirements.txt +++ b/e4p2_capstone/aws/text_Classify_functions/requirements.txt @@ -1,4 +1,4 @@ requests_toolbelt pandas -numpy==1.18.5 +numpy==1.22.0 Pillow==7.2.0 \ No newline at end of file