From c324b7cb1dc79d847e90e2ab0816391953486c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:10:23 +0000 Subject: [PATCH] Bump numpy from 1.21.2 to 1.22.0 in /ai_driven_analitycs 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] --- ai_driven_analitycs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai_driven_analitycs/requirements.txt b/ai_driven_analitycs/requirements.txt index 646df17a8..e65a4e67e 100644 --- a/ai_driven_analitycs/requirements.txt +++ b/ai_driven_analitycs/requirements.txt @@ -1,7 +1,7 @@ # List of dependencies required for the AI-driven analytics module python==3.9.5 -numpy==1.21.2 +numpy==1.22.0 pandas==1.3.5 scikit-learn==1.0.2 matplotlib==3.5.1