From 6e8a06b9799ff7c946c6bb1a0769e714868fc2f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 19:27:03 +0000 Subject: [PATCH] Bump numpy from 1.21.2 to 1.22.0 in /backend/PageSearch Bumps [numpy](https://github.com/numpy/numpy) from 1.21.2 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.21.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/PageSearch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/PageSearch/requirements.txt b/backend/PageSearch/requirements.txt index 20609e8..d064ac1 100644 --- a/backend/PageSearch/requirements.txt +++ b/backend/PageSearch/requirements.txt @@ -2,4 +2,4 @@ firebase-admin==5.2.0 inflect==6.0.0 jellyfish==0.9.0 networkx==2.8.7 -numpy==1.21.2 +numpy==1.22.0