From f2aba4747a0e3c1d5d83347546fde159d02706f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:23:00 +0000 Subject: [PATCH] Bump scipy from 1.5.4 to 1.10.0 in /dashboard Bumps [scipy](https://github.com/scipy/scipy) from 1.5.4 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.5.4...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/requirements.txt b/dashboard/requirements.txt index 68ccc6dba..e53822875 100644 --- a/dashboard/requirements.txt +++ b/dashboard/requirements.txt @@ -6,7 +6,7 @@ pandas-gbq==0.13.1 google-api-python-client==1.8.0 google-cloud-bigquery==2.17.0 pymemcache==3.0.0 -scipy==1.5.4 +scipy==1.10.0 PyYAML==5.4 python-dateutil==2.8.1 Jinja2>=2.7