From aa2f1c37c525f076a40e4a5bb023fe058cf57af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:13:05 +0000 Subject: [PATCH] Bump scipy from 1.8.0 to 1.10.0 in /dataGeneration 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] --- 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