From 373774216556293422c1653666d86050e459d0b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 22:34:05 +0000 Subject: [PATCH] build(deps): update scipy requirement from ~=1.13.1 to ~=1.14.1 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.13.1...v1.14.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 859761d..cbcd14b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ requests~=2.32.3 pandas~=2.2.3 plotly~=5.24.1 flask~=3.0.3 -scipy~=1.13.1 +scipy~=1.14.1 asgiref~=3.8.1 setuptools~=74.1.3