From dceccfdd007105a2444c71f105af747d67d00944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:19:58 +0000 Subject: [PATCH] Bump numpy from 1.15.4 to 1.22.0 in /API 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] --- API/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/requirements.txt b/API/requirements.txt index f8dd4f5..b79bec8 100644 --- a/API/requirements.txt +++ b/API/requirements.txt @@ -3,4 +3,4 @@ Flask==1.0.2 rdflib==4.2.2 validators==0.13.0 nltk==3.4 -numpy==1.15.4 \ No newline at end of file +numpy==1.22.0 \ No newline at end of file