From 42263e6dc75eac0c620e8bf0eb30195e21b10753 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 01:33:34 +0000 Subject: [PATCH] Build(deps): update scipy requirement from ~=1.6 to ~=1.9 Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.6.0...v1.9.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index d0493aac..8a0ab366 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,5 +1,5 @@ numpy~=1.20 -scipy~=1.6 +scipy~=1.9 psutil~=5.8 pyyaml~=5.4 pymongo~=3.11