From 977928610592c8da998cb540f338a4d4d6f485fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:12:18 +0000 Subject: [PATCH] Bump numpy from 1.17.1 to 1.22.0 in /src Bumps [numpy](https://github.com/numpy/numpy) from 1.17.1 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.17.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 79ccc35..a498627 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -4,7 +4,7 @@ fastai==1.0.57 h5py==2.9.0 matplotlib==3.1.1 nltk==3.6.5 -numpy==1.17.1 +numpy==1.22.0 pandas==0.25.1 requests==2.20.0 ruamel.yaml==0.15.37