From 6c7b3d5e77ff6ee397d2b190d9834285e365b483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:54:01 +0000 Subject: [PATCH] Bump numpy from 1.19.2 to 1.22.0 in /backend/database/scripts/ml Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 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.19.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/database/scripts/ml/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/database/scripts/ml/requirements.txt b/backend/database/scripts/ml/requirements.txt index 86614a3..2a57c29 100644 --- a/backend/database/scripts/ml/requirements.txt +++ b/backend/database/scripts/ml/requirements.txt @@ -1,7 +1,7 @@ # Automatically generated by https://github.com/damnever/pigar. # ml/update_recommended_movies.py: 3 -numpy == 1.19.2 +numpy == 1.22.0 # ml/update_recommended_movies.py: 1 # ml/update_user_recommended_movies.py: 4