From 67867119e6cf1ade7ab9f175d24fc1f23c2f9a8b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 17:15:38 +0100 Subject: [PATCH] Bump numpy from 1.19.5 to 1.20.3 (#342) Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.20.3. - [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.19.5...v1.20.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3aecb93..8a26b7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ futures fuzzywuzzy==0.18.0 lxml==4.6.3 matplotlib==2.2.5 -numpy==1.19.5 +numpy==1.20.3 nltk==3.6.2 Pillow>=3.4.1 python-crfsuite==0.9.7 -- GitLab