From cf69ad0328b10cc5e0cad40c7f0178c5e9164698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 14:05:55 +0000 Subject: [PATCH] Bump scipy from 1.8.0 to 1.10.1 (#445) Bumps [scipy](https://github.com/scipy/scipy) from 1.8.0 to 1.10.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.8.0...v1.10.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e15dca38..7bc53489 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ python-decouple==3.5 requests==2.22.0 ring==0.9.1 git+https://github.com/RoboSats/Robohash.git -scipy==1.8.0 +scipy==1.10.1 gunicorn==20.1.0 psycopg2==2.9.5 SQLAlchemy==1.4.31