From c646f8f425bd50d662b7cf7c9e899daacc8f9048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:38:33 +0000 Subject: [PATCH] Bump scipy from 1.6.2 to 1.10.0 in /sanpy/scatterwidget 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] --- sanpy/scatterwidget/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanpy/scatterwidget/requirements.txt b/sanpy/scatterwidget/requirements.txt index 1f54ff7a..5fa320bf 100644 --- a/sanpy/scatterwidget/requirements.txt +++ b/sanpy/scatterwidget/requirements.txt @@ -11,6 +11,6 @@ PyQt5-Qt5==5.15.2 PyQt5-sip==12.8.1 python-dateutil==2.8.1 pytz==2021.1 -scipy==1.6.2 +scipy==1.10.0 seaborn==0.11.1 six==1.15.0