From f087bea1c7b6336bdfdbffde8c966d0cf9f66170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:39:19 +0000 Subject: [PATCH] Bump scipy from 1.6.2 to 1.10.0 in /streamlit-apps/corr-and-reg-analysis Bumps [scipy](https://github.com/scipy/scipy) from 1.6.2 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.6.2...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- streamlit-apps/corr-and-reg-analysis/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamlit-apps/corr-and-reg-analysis/requirements.txt b/streamlit-apps/corr-and-reg-analysis/requirements.txt index e923521..39ae6d6 100644 --- a/streamlit-apps/corr-and-reg-analysis/requirements.txt +++ b/streamlit-apps/corr-and-reg-analysis/requirements.txt @@ -1,6 +1,6 @@ matplotlib==3.3.4 pandas==1.2.4 -scipy==1.6.2 +scipy==1.10.0 scikit_learn==0.24.2 numpy==1.22.0 streamlit==1.11.1