From 7c937d77810dc59047f53666254fea65ab7b491e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:46:19 +0000 Subject: [PATCH] Bump numpy from 1.17.3 to 1.22.0 in /ML_Dashboard_Streamlit Bumps [numpy](https://github.com/numpy/numpy) from 1.17.3 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.17.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ML_Dashboard_Streamlit/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ML_Dashboard_Streamlit/requirements.txt b/ML_Dashboard_Streamlit/requirements.txt index 7a1b611..1e133f2 100644 --- a/ML_Dashboard_Streamlit/requirements.txt +++ b/ML_Dashboard_Streamlit/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.17.3 +numpy==1.22.0 streamlit==0.65.2 pandas==0.25.2 scikit_learn==0.23.2