From d2ea973dd03b96d3d5ad6b082b1825a48dadc675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 17:28:09 -0700 Subject: [PATCH] Bump scipy from 1.8.0 to 1.10.0 in /dataGeneration (#943) Bumps [scipy](https://github.com/scipy/scipy) from 1.8.0 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.8.0...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit f24d9e32ff739abf29cac3da15fd00f74219e213) --- dataGeneration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataGeneration/requirements.txt b/dataGeneration/requirements.txt index 5e900e629..7d7aaa374 100644 --- a/dataGeneration/requirements.txt +++ b/dataGeneration/requirements.txt @@ -1,5 +1,5 @@ numpy==1.23.0 opensearch_py==2.0.0 retry==0.9.2 -scipy==1.8.0 +scipy==1.10.0 urllib3==1.26.9