From df14e90c6de4fdc5b758e627e1f579229d246798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:40:54 +0000 Subject: [PATCH] Bump numpy from 1.20.2 to 1.22.0 in /supply-management-system Bumps [numpy](https://github.com/numpy/numpy) from 1.20.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.20.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- supply-management-system/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supply-management-system/requirements.txt b/supply-management-system/requirements.txt index a296a29..a06825c 100644 --- a/supply-management-system/requirements.txt +++ b/supply-management-system/requirements.txt @@ -1,5 +1,5 @@ Flask==2.0.2 -numpy==1.20.2 +numpy==1.22.0 pandas==1.3.5 scikit-learn==1.0.2 scipy==1.7.3