From bf62959ce8eaafb266da5c138e55491ec422bee4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 7 Jan 2022 21:25:35 +0000 Subject: [PATCH 1/2] chore(deps): update dependency scipy to v1.7.3 --- appengine/flexible/scipy/requirements.txt | 2 +- composer/workflows/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine/flexible/scipy/requirements.txt b/appengine/flexible/scipy/requirements.txt index d5a2b535974..d9b42d0a1f6 100644 --- a/appengine/flexible/scipy/requirements.txt +++ b/appengine/flexible/scipy/requirements.txt @@ -6,4 +6,4 @@ numpy==1.19.5; python_version < '3.7' pillow==9.0.0; python_version > '3.6' pillow==8.4.0; python_version <='3.6' scipy==1.7.3; python_version >= '3.7' -scipy==1.5.4; python_version < '3.7' +scipy==1.7.3; python_version < '3.7' diff --git a/composer/workflows/requirements.txt b/composer/workflows/requirements.txt index a954e4db31f..85040355ebb 100644 --- a/composer/workflows/requirements.txt +++ b/composer/workflows/requirements.txt @@ -4,4 +4,4 @@ apache-airflow==2.2.2 apache-airflow-providers-apache-beam==3.1.0 apache-airflow-providers-google==6.3.0 apache-airflow-providers-cncf-kubernetes==3.0.0 -scipy==1.4.1; python_version > '3.0' \ No newline at end of file +scipy==1.7.3; python_version > '3.0' \ No newline at end of file From 9aa52ce6d14181b4ecd7c7707fb7731a0a2e475e Mon Sep 17 00:00:00 2001 From: "Leah E. Cole" <6719667+leahecole@users.noreply.github.com> Date: Fri, 7 Jan 2022 15:18:48 -0800 Subject: [PATCH 2/2] Update appengine/flexible/scipy/requirements.txt --- appengine/flexible/scipy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/flexible/scipy/requirements.txt b/appengine/flexible/scipy/requirements.txt index d9b42d0a1f6..d5a2b535974 100644 --- a/appengine/flexible/scipy/requirements.txt +++ b/appengine/flexible/scipy/requirements.txt @@ -6,4 +6,4 @@ numpy==1.19.5; python_version < '3.7' pillow==9.0.0; python_version > '3.6' pillow==8.4.0; python_version <='3.6' scipy==1.7.3; python_version >= '3.7' -scipy==1.7.3; python_version < '3.7' +scipy==1.5.4; python_version < '3.7'